actions(tests): fix bad syntax
This commit is contained in:
parent
98c54cba3a
commit
c49e8b1a07
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: [ 7.4, 8.0 ]
|
php: [ 7.4, 8.0 ]
|
||||||
database: [ mariadb:10.2, mariadb:10.6, mysql:8 ]
|
database: [ 'mariadb:10.2', 'mariadb:10.6', 'mysql:8' ]
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: ${{ matrix.database }}
|
image: ${{ matrix.database }}
|
||||||
|
|
Loading…
Reference in a new issue