From fc628fcdfc3a76483ef35cd1d33e23540dc2429f Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sat, 27 Jan 2024 14:20:30 +0100 Subject: [PATCH] fix(CI): MySQL unit tests, use LTS for code coverage and drop EOL Co-authored-by: Ferdinand Thiessen Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen --- .github/workflows/phpunit-mysql.yml | 4 ++-- 1 file 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 -- 2.39.5