Skip to content

Commit f79ca7f

Browse files
authored
test: only use mariadb 10.5.15 (#1121)
We use `10.5.15` in production; we should therefore target this for our tests, not two older versions.
1 parent ce9c20d commit f79ca7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/composer.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
databaseImageName: [ 'mariadb:10.5.9', 'mariadb:10.5.12' ]
14+
databaseImageName: [ 'mariadb:10.5.15' ]
1515

1616
runs-on: ubuntu-latest
1717
steps:

0 commit comments

Comments
 (0)