]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(CI): MySQL unit tests, use LTS for code coverage and drop EOL 43170/head
authorFerdinand Thiessen <opensource@fthiessen.de>
Sat, 27 Jan 2024 13:20:30 +0000 (14:20 +0100)
committerFerdinand Thiessen <opensource@fthiessen.de>
Mon, 29 Jan 2024 12:26:53 +0000 (13:26 +0100)
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
.github/workflows/phpunit-mysql.yml

index c8ee4a74b7b2d69e0b4ac79cef3b2213b47722de..8a7ea82b1e8051aab465c532e2bc9fdb87359c42 100644 (file)
@@ -53,9 +53,9 @@ jobs:
     strategy:
       matrix:
         php-versions: ['8.0']
-        mysql-versions: ['8.0', '8.1']
+        mysql-versions: ['8.0', '8.3']
         include:
-          - mysql-versions: '8.1'
+          - mysql-versions: '8.0'
             php-versions: '8.3'
             coverage: true