Browse Source

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

fix(CI): MySQL unit tests, use LTS for code coverage and drop EOL
tags/v29.0.0beta1
Joas Schilling 4 months ago
parent
commit
95ebc5839b
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .github/workflows/phpunit-mysql.yml

+ 2
- 2
.github/workflows/phpunit-mysql.yml 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' }}


Loading…
Cancel
Save