Skip to content

Commit 583b39a

Browse files
committed
try mysql 5.7
1 parent 9fb8dbd commit 583b39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Label used to access the service container
1919
mysql:
2020
# Docker Hub image (also with version)
21-
image: mysql:8.0
21+
image: mysql:5.7
2222
env:
2323
MYSQL_ALLOW_EMPTY_PASSWORD: yes
2424
MYSQL_DATABASE: db_test_laravel

0 commit comments

Comments
 (0)