Skip to content

Commit 3d5415c

Browse files
Update mysql Docker tag to v9
| datasource | package | from | to | | ---------- | ------- | ---- | --- | | docker | mysql | 5.7 | 9.6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3348eb commit 3d5415c

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
@@ -33,7 +33,7 @@ jobs:
3333
job: ${{ matrix.job }}
3434
services:
3535
mysql:
36-
image: mysql:5.7
36+
image: mysql:9.6
3737
env:
3838
MYSQL_ROOT_PASSWORD: 'password'
3939
MYSQL_ROOT_HOST: '%'

0 commit comments

Comments
 (0)