Skip to content

Commit 4972178

Browse files
chore(deps): update mysql docker tag to v9
1 parent e1848c7 commit 4972178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144

145145
services:
146146
mysql:
147-
image: mysql:5.7
147+
image: mysql:9.5
148148
env:
149149
MYSQL_ALLOW_EMPTY_PASSWORD: true
150150
MYSQL_DATABASE: cnpmcore_unittest
@@ -194,7 +194,7 @@ jobs:
194194

195195
services:
196196
mysql:
197-
image: mysql:5.7
197+
image: mysql:9.5
198198
env:
199199
MYSQL_ALLOW_EMPTY_PASSWORD: true
200200
MYSQL_DATABASE: cnpmcore_unittest

0 commit comments

Comments
 (0)