Skip to content

Commit 95ebc58

Browse files
Merge pull request #43170 from nextcloud/fix/mysql-ci
fix(CI): MySQL unit tests, use LTS for code coverage and drop EOL
2 parents ebd46c2 + fc628fc commit 95ebc58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit-mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
strategy:
5454
matrix:
5555
php-versions: ['8.0']
56-
mysql-versions: ['8.0', '8.1']
56+
mysql-versions: ['8.0', '8.3']
5757
include:
58-
- mysql-versions: '8.1'
58+
- mysql-versions: '8.0'
5959
php-versions: '8.3'
6060
coverage: ${{ github.event_name != 'pull_request' }}
6161

0 commit comments

Comments
 (0)