diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-01-27 14:20:30 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-01-29 13:26:53 +0100 |
commit | fc628fcdfc3a76483ef35cd1d33e23540dc2429f (patch) | |
tree | 98f1aed1dc54e040334a34385b68ca172df7ad61 /.github | |
parent | 3749c2c79bc830107f7eb903e990b3fa69e28dac (diff) | |
download | nextcloud-server-fc628fcdfc3a76483ef35cd1d33e23540dc2429f.tar.gz nextcloud-server-fc628fcdfc3a76483ef35cd1d33e23540dc2429f.zip |
fix(CI): MySQL unit tests, use LTS for code coverage and drop EOL
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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/phpunit-mysql.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index c8ee4a74b7b..8a7ea82b1e8 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -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 |