Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent fa0f6be commit 9db7665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mariadb:11.0
image: mariadb:11.1
# we use the root user because our tests create databases
env:
MYSQL_ROOT_PASSWORD: testpass
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mariadb:11.0
image: mariadb:11.1
env:
MYSQL_ROOT_PASSWORD: testpass
ports:
Expand Down

0 comments on commit 9db7665

Please sign in to comment.