Skip to content

Commit

Permalink
Merge pull request #45255 from nextcloud/fix/ci-mariadb
Browse files Browse the repository at this point in the history
fix(ci): Align mariadb versions with list of supported versions
  • Loading branch information
susnux authored May 10, 2024
2 parents f6d4af8 + 08e62be commit 18a8120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
mariadb-versions: ['10.3', '10.4', '10.5', '10.6', '10.11']
mariadb-versions: ['10.3', '10.5', '10.6', '10.11']
include:
- php-versions: '8.3'
mariadb-versions: '10.6'
Expand Down

0 comments on commit 18a8120

Please sign in to comment.