Skip to content

Commit d0e1631

Browse files
committed
Trying mariadb v10.6, which matches the version used by dependencies
1 parent 6f80755 commit d0e1631

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.7.2 # released 2024-05-06
20+
image: mariadb:10.6 # 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)