Skip to content

Commit e02ed11

Browse files
committed
Use MySQL 8 in Github Actions
1 parent cf43362 commit e02ed11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123

124124
services:
125125
mysql:
126-
image: mysql:5.7
126+
image: mysql:8.0
127127
env:
128128
MYSQL_DATABASE: ${{ env.MYSQL_DATABASE }}
129129
MYSQL_ROOT_PASSWORD: ${{ env.MYSQL_PASSWORD }}

0 commit comments

Comments
 (0)