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>
pull/43170/head
Ferdinand Thiessen 4 months ago
parent 3749c2c79b
commit fc628fcdfc
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400

@ -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

Loading…
Cancel
Save