Skip to content

Commit

Permalink
Swap 8.x for 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nealeu committed Jan 14, 2024
1 parent 4f4ce79 commit 98fbb34
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 @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:8.0.35 # Github just gives us 8.2!!
image: mysql:5.7
ports:
- 3306:3306
options: --name mysql_container --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5 -e MYSQL_ROOT_PASSWORD=password -e MYSQL_USER=test -e MYSQL_PASSWORD=test -e MYSQL_DATABASE=e2e-tests --entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"
Expand Down

0 comments on commit 98fbb34

Please sign in to comment.