Skip to content

Commit 9d16f9a

Browse files
chore(deps): update mariadb docker tag to v11.5 (#9297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a70b7f commit 9d16f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests_ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ubuntu-latest
8888
services:
8989
mysql:
90-
image: mariadb:11.4
90+
image: mariadb:11.5
9191
env:
9292
MYSQL_ROOT_PASSWORD: testpass
9393
ports:
@@ -163,7 +163,7 @@ jobs:
163163
runs-on: ubuntu-latest
164164
services:
165165
mysql:
166-
image: mariadb:11.4
166+
image: mariadb:11.5
167167
env:
168168
MYSQL_ROOT_PASSWORD: testpass
169169
ports:

0 commit comments

Comments
 (0)