Skip to content

Commit

Permalink
Update mysql Docker tag to v9.1
Browse files Browse the repository at this point in the history
| datasource | package | from | to  |
| ---------- | ------- | ---- | --- |
| docker     | mysql   | 9.0  | 9.1 |
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent d9c79f4 commit ff582c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

services:
mysql:
image: mysql:9.0
image: mysql:9.1
env:
MYSQL_ALLOW_EMPTY_PASSWORD: false
MYSQL_DATABASE: babdev_test
Expand Down

0 comments on commit ff582c5

Please sign in to comment.