Skip to content

Commit c970f3a

Browse files
Update mariadb Docker tag to v11.6.2
1 parent acd0ca7 commit c970f3a

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.9", "3.10", "3.11"]
1818
services:
1919
mariadb:
20-
image: mariadb:11.3.2 # released 2024-05-06
20+
image: mariadb:11.6.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)