Skip to content

Commit 4c63e55

Browse files
committed
remove mysql 8
Signed-off-by: Victor Gonzalez <victor@vgr.cl>
1 parent 5713cf8 commit 4c63e55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- "7.4"
2424

2525
mysql:
26-
- "8"
26+
- "5.7"
2727

2828
services:
2929
mysql:
@@ -38,7 +38,6 @@ jobs:
3838
--health-interval=10s
3939
--health-timeout=5s
4040
--health-retries=3
41-
--entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"
4241
steps:
4342
- name: Checkout
4443
uses: actions/checkout@v2

0 commit comments

Comments
 (0)