mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-08 13:24:43 +00:00
Merge pull request #689 from deschler/fix-ci
chore: Pin mariadb to fix CI
This commit is contained in:
commit
c68104c5d0
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