Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v10.9 (#7860)
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 and dcousens committed Sep 15, 2022
1 parent d7d857b commit 9ca63b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mariadb:10.8
image: mariadb:10.9
env:
MYSQL_USER: testuser
MYSQL_PASSWORD: testpass
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
ports:
- 6379:6379
mysql:
image: mariadb:10.8
image: mariadb:10.9
env:
MYSQL_USER: testuser
MYSQL_PASSWORD: testpass
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mariadb:10.8
image: mariadb:10.9
env:
MYSQL_USER: testuser
MYSQL_PASSWORD: testpass
Expand Down

0 comments on commit 9ca63b5

Please sign in to comment.