Skip to content

Commit

Permalink
Update mysql Docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent b57da9a commit a3cc6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:

services:
db:
image: mysql:8
image: mysql:9
env:
MYSQL_USER: drupal
MYSQL_PASSWORD: drupal
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
- internal
db:
container_name: "${COMPOSE_PROJECT_NAME}-db"
image: mysql:8
image: mysql:9
command:
- --max_allowed_packet=512M
- --character-set-server=utf8mb4
Expand Down

0 comments on commit a3cc6dc

Please sign in to comment.