Skip to content

Commit

Permalink
Unpin MariaDB
Browse files Browse the repository at this point in the history
Once the new 10.6.7 and 10.7.3 docker images are available
we can unpin MariaDB in all our repos.

Note the images are not yet available (as of Feb 25 2022), but I
wanted to verify one little thing with the current versions.

Fixes #150
  • Loading branch information
stronk7 committed Feb 25, 2022
1 parent 6a90409 commit f4ef84c
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 @@ -16,7 +16,7 @@ jobs:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
mariadb:
image: mariadb:10.5
image: mariadb:10
env:
MYSQL_USER: 'root'
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
Expand Down

0 comments on commit f4ef84c

Please sign in to comment.