Skip to content

Commit a82589b

Browse files
committed
Downgrade mysql version in github action to test
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent e5ecf49 commit a82589b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
job: ${{ matrix.job }}
3232
services:
3333
mysql:
34-
image: mysql:8.0
34+
image: mysql:5.7
3535
env:
3636
MYSQL_ROOT_PASSWORD: 'password'
3737
MYSQL_ROOT_HOST: '%'

0 commit comments

Comments
 (0)