Skip to content

Commit e89d6da

Browse files
Update mysql Docker tag to v9
| datasource | package | from | to | | ---------- | ------- | ---- | -- | | docker | mysql | 8 | 9 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2493c58 commit e89d6da

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
@@ -25,7 +25,7 @@ jobs:
2525
mongo:
2626
image: mongo
2727
mysql:
28-
image: mysql:8
28+
image: mysql:9
2929
env:
3030
MYSQL_ROOT_PASSWORD: 'password'
3131
MYSQL_ROOT_HOST: '%'

0 commit comments

Comments
 (0)