Merge pull request #43170 from nextcloud/fix/mysql-ci

fix(CI): MySQL unit tests, use LTS for code coverage and drop EOL
This commit is contained in:
Joas Schilling 2024-01-31 17:06:57 +01:00 committed by GitHub
commit 95ebc5839b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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: ${{ github.event_name != 'pull_request' }}