Skip to content

Commit

Permalink
Merge pull request #110 from creative-commoners/pulls/1.7/mariadb-lts
Browse files Browse the repository at this point in the history
ENH Use LTS for mariadb
  • Loading branch information
sabina-talipova authored Feb 28, 2024
2 parents 80def07 + 22c93ab commit 7cec501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
ports:
- 5432:5432
mariadb:
image: mariadb:11.2
image: mariadb:10.11
env:
MARIADB_HOST: 127.0.0.1
MARIADB_ROOT_PASSWORD: root
Expand Down

0 comments on commit 7cec501

Please sign in to comment.