We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cb261 commit befc71bCopy full SHA for befc71b
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: ["3.9", "3.10", "3.11"]
18
services:
19
mariadb:
20
- image: mariadb:11.5.2 # released 2024-05-06
+ image: mariadb:11.6.2 # released 2024-05-06
21
# Pulls image from DockerHub
22
# Docker images: https://hub.docker.com/_/mariadb
23
# Previous version(s):
0 commit comments