actions(tests): remove mariadb:10.5
This commit is contained in:
parent
6acb989965
commit
01242a805d
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.5', 'mysql:8' ]
|
database: [ 'mariadb:10.2', 'mysql:8' ]
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: ${{ matrix.database }}
|
image: ${{ matrix.database }}
|
||||||
|
|
Loading…
Reference in a new issue