Skip to content

Commit

Permalink
Merge pull request #689 from deschler/fix-ci
Browse files Browse the repository at this point in the history
chore: Pin mariadb to fix CI
  • Loading branch information
last-partizan committed Jun 25, 2023
2 parents 4d577a5 + 9a00d68 commit c68104c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
POSTGRES_PASSWORD: "modeltranslation"
services:
mariadb:
image: mariadb
image: mariadb:10
ports:
- 3306:3306
env:
Expand Down

0 comments on commit c68104c

Please sign in to comment.