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 a832cf4 + f0173cd commit 271b44b
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 @@ -21,7 +21,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 @@ -18,7 +18,7 @@ jobs:

# MySQL
mysql:
image: mysql:5.7
image: mariadb:10.5
env:
MYSQL_ROOT_PASSWORD: root
ports:
Expand Down

0 comments on commit 271b44b

Please sign in to comment.