actions(tests): use mariadb 10.5 instead of 10.6
10.6.2 (latest docker build as of 2021-07-09) is a RC, not a stable release. 10.6.3 is out and is a stable release, however, no docker image is built for it yet. 10.6 should be added or replace 10.5 once a stable docker image is available.
This commit is contained in:
parent
7dacf90718
commit
01464b6da5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
php: [ 7.4, 8.0 ]
|
||||
database: [ 'mariadb:10.2', 'mariadb:10.6', 'mysql:8' ]
|
||||
database: [ 'mariadb:10.2', 'mariadb:10.5', 'mysql:8' ]
|
||||
services:
|
||||
database:
|
||||
image: ${{ matrix.database }}
|
||||
|
|
Loading…
Reference in a new issue