Skip to content

Commit 0c2aa6a

Browse files
committed
Use mysql 8
1 parent 2d13094 commit 0c2aa6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
services:
99
mysql:
10-
image: mysql:5.7
10+
image: mysql:8
1111
env:
1212
MYSQL_ROOT_PASSWORD: root
1313
MYSQL_DATABASE: tlap_test

0 commit comments

Comments
 (0)