Skip to content

Commit d8af87c

Browse files
Update mariadb Docker tag to v12
1 parent 507f4bd commit d8af87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.10", "3.11", "3.12"]
1818
services:
1919
mariadb:
20-
image: mariadb:11.7.2 # released 2024-05-06
20+
image: mariadb:12.1.2 # released 2024-05-06
2121
# Pulls image from DockerHub
2222
# Docker images: https://hub.docker.com/_/mariadb
2323
# Previous version(s):

0 commit comments

Comments
 (0)