mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-23 22:15:46 +00:00
fix: CI: pin mariadb to version 10
This commit is contained in:
parent
2ca49cffe4
commit
3e5936cb83
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
|
||||
|
||||
maria:
|
||||
image: mariadb
|
||||
image: mariadb:10
|
||||
env:
|
||||
MARIADB_USER: "maria"
|
||||
MARIADB_PASSWORD: "password"
|
||||
|
||||
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
- 10025:1025
|
||||
|
||||
maria:
|
||||
image: mariadb
|
||||
image: mariadb:10
|
||||
env:
|
||||
MARIADB_USER: "maria"
|
||||
MARIADB_PASSWORD: "password"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user