Skip to content

Commit 18a8120

Browse files
authored
Merge pull request #45255 from nextcloud/fix/ci-mariadb
fix(ci): Align mariadb versions with list of supported versions
2 parents f6d4af8 + 08e62be commit 18a8120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit-mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
php-versions: ['8.1']
56-
mariadb-versions: ['10.3', '10.4', '10.5', '10.6', '10.11']
56+
mariadb-versions: ['10.3', '10.5', '10.6', '10.11']
5757
include:
5858
- php-versions: '8.3'
5959
mariadb-versions: '10.6'

0 commit comments

Comments
 (0)