Skip to content

Commit 3ae0234

Browse files
committed
Change mysql for 5.6 version
1 parent 2ba6f72 commit 3ae0234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.operating-system }}
88
services:
99
mysql:
10-
image: mysql:5.7
10+
image: mysql:5.6
1111
env:
1212
MYSQL_ALLOW_EMPTY_PASSWORD: false
1313
MYSQL_ROOT_PASSWORD: root

0 commit comments

Comments
 (0)