Merge pull request #689 from deschler/fix-ci

chore: Pin mariadb to fix CI
This commit is contained in:
Serhii Tereshchenko 2023-06-25 09:59:18 +03:00 committed by GitHub
commit c68104c5d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ jobs:
POSTGRES_PASSWORD: "modeltranslation"
services:
mariadb:
image: mariadb
image: mariadb:10
ports:
- 3306:3306
env: