Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v11.6 (#9406)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 2982582 commit c214e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mariadb:11.5
image: mariadb:11.6
env:
MYSQL_ROOT_PASSWORD: testpass
ports:
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mariadb:11.5
image: mariadb:11.6
env:
MYSQL_ROOT_PASSWORD: testpass
ports:
Expand Down

0 comments on commit c214e3a

Please sign in to comment.