ci: Bump mariaDB version to 10.4
10.5 is latest stable, but this feature was developed on 10.4; so leaving this here.
This commit is contained in:
parent
cb6fe60f5f
commit
c9d0aae791
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
services:
|
||||
mysql:
|
||||
image: mariadb:10.3
|
||||
image: mariadb:10.4
|
||||
env:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: YES
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue