mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-15 08:23:09 +00:00
chore: Pin mariadb to fix CI
This commit is contained in:
parent
4d577a5d4e
commit
9a00d68456
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
POSTGRES_PASSWORD: "modeltranslation"
|
||||
services:
|
||||
mariadb:
|
||||
image: mariadb
|
||||
image: mariadb:10
|
||||
ports:
|
||||
- 3306:3306
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue