Skip to content

Commit 08e62be

Browse files
committed
fix(ci): Align mariadb versions with list of supported versions
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent f6d4af8 commit 08e62be

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)