Skip to content

Commit

Permalink
[Actions] Fix MariaDB 11 invalid health check
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyvanderaerden committed Jun 14, 2024
1 parent e7e8524 commit 34f69cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ jobs:
"mariadb:10.5",
"mariadb:10.6",
"mariadb:10.11",
"mariadb:11.4"
]
version:
[
Expand Down Expand Up @@ -245,8 +244,7 @@ jobs:
matrix:
db:
[
"mariadb:11.0",
"mariadb:11.1",
"mariadb:11.4",
]
version:
[
Expand Down Expand Up @@ -316,7 +314,7 @@ jobs:
MIX_ENV: test
services:
mysql:
image: mysql:8.1
image: mysql:8.4
env:
MYSQL_USER: ${{ env.MYSQL_USER }}
MYSQL_PASSWORD: ${{ env.MYSQL_PASSWORD }}
Expand Down

0 comments on commit 34f69cb

Please sign in to comment.