Skip to content

Commit

Permalink
Update mysql Docker tag to v8
Browse files Browse the repository at this point in the history
| datasource | package | from | to  |
| ---------- | ------- | ---- | --- |
| docker     | mysql   | 5.7  | 8.0 |


Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Jan 8, 2023
1 parent 38b7ab7 commit f124ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
job: ${{ matrix.job }}
services:
mysql:
image: mysql:5.7
image: mysql:8.0
env:
MYSQL_ROOT_PASSWORD: 'password'
MYSQL_ROOT_HOST: '%'
Expand Down

0 comments on commit f124ac3

Please sign in to comment.