We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68013c8 commit ae9a768Copy full SHA for ae9a768
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
container: python:3.13.9-alpine3.22
55
services:
56
db:
57
- image: mariadb:10.11.14-jammy
+ image: mariadb:10.11.15-jammy
58
env:
59
MARIADB_ROOT_PASSWORD: ${{ env.DB_ROOT_PASSWORD }}
60
# ensure that user has permissions for test DB to be used by pytest
compose.yaml
@@ -4,7 +4,7 @@
4
5
6
7
8
ports:
9
- ${MARIADB_EXTERNAL_PORT}:3306
10
volumes:
0 commit comments