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>
This commit is contained in:
Ferdinand Thiessen 2024-01-27 14:20:30 +01:00
parent 3749c2c79b
commit fc628fcdfc
No known key found for this signature in database
GPG key ID: 45FAE7268762B400

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: true