Skip to content

Commit

Permalink
Update mysql Docker tag to v9.1 (#388)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent f26f7f6 commit bc2c1cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

services:
mysql:
image: mysql:9.0
image: mysql:9.1
env:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: laravel_blog
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- app-network

db:
image: mysql:9.0
image: mysql:9.1
container_name: laravel-blog-db
restart: unless-stopped
environment:
Expand Down

0 comments on commit bc2c1cb

Please sign in to comment.