Skip to content

Commit c41e960

Browse files
Update mysql Docker tag to v9.4
1 parent 5872512 commit c41e960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
services:
1515
mysql:
16-
image: mysql:9.1
16+
image: mysql:9.4
1717
env:
1818
MYSQL_ROOT_PASSWORD: password
1919
MYSQL_DATABASE: laravel_blog

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- app-network
1717

1818
db:
19-
image: mysql:9.1
19+
image: mysql:9.4
2020
container_name: laravel-blog-db
2121
restart: unless-stopped
2222
environment:

0 commit comments

Comments
 (0)