Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent d0cdfdf commit a043b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

services:
mysql57:
image: mysql:5.7
image: mysql:9.2
env:
MYSQL_DATABASE: nextras_dbal_test
MYSQL_ROOT_PASSWORD: root
Expand All @@ -77,7 +77,7 @@ jobs:
--health-timeout 5s
--health-retries 10
mysql80:
image: mysql:8.0
image: mysql:9.2
ports:
- 3307:3306
options: --health-cmd="mysqladmin ping -ppass" --health-interval=10s --health-timeout=5s --health-retries=5 -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=nextras_dbal_test --entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --mysql-native-password=ON"
Expand Down

0 comments on commit a043b7f

Please sign in to comment.