Skip to content

Commit

Permalink
Merge branch 'fix-mariadb-version' of 'https://github.com/jjmerchante…
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas authored Apr 12, 2024
2 parents d17df5b + d30b446 commit d74cb69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:5.7
image: mariadb:10.5
env:
MYSQL_ROOT_PASSWORD: root
ports:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
services:
# How to use MySQL
mysql:
image: mysql:5.7
image: mariadb:10.5
env:
MYSQL_ROOT_PASSWORD: root
ports:
Expand Down

0 comments on commit d74cb69

Please sign in to comment.