We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb456d commit 936fc5bCopy full SHA for 936fc5b
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: ["3.10", "3.11", "3.12"]
18
services:
19
mariadb:
20
- image: mariadb:12.1.2 # released 2024-05-06
+ image: mariadb:12.2.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