Skip to content

Commit 1883b35

Browse files
committed
use MySQL 8.0 in CI
1 parent ee7d0f0 commit 1883b35

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
@@ -48,7 +48,7 @@ jobs:
4848

4949
services:
5050
mysql:
51-
image: "mysql:5.7"
51+
image: "mysql:8.0"
5252

5353
options: >-
5454
--health-cmd "mysqladmin ping --silent"

0 commit comments

Comments
 (0)