Skip to content

Commit e12bb08

Browse files
Update mysql Docker tag to v26
| datasource | package | from | to | | ---------- | ------- | ---- | -- | | docker | mysql | 8 | 26 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f58840 commit e12bb08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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:26
2929
env:
3030
MYSQL_ROOT_PASSWORD: 'password'
3131
MYSQL_ROOT_HOST: '%'

0 commit comments

Comments
 (0)