Skip to content

Commit

Permalink
lock mysql to 8.0.37 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed May 14, 2024
1 parent 0f2e97a commit 923aaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecept.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
# Install MySQL
mysql:
image: bitnami/mysql:latest
image: bitnami/mysql:8.0.37
env:
MYSQL_ROOT_PASSWORD: mysecretpassword
MYSQL_DATABASE: craft_test
Expand Down

0 comments on commit 923aaf7

Please sign in to comment.