Skip to content

Commit

Permalink
test with mariadb 10.11
Browse files Browse the repository at this point in the history
Signed-off-by: Soldy <4786022+Soldy@users.noreply.github.com>
  • Loading branch information
Soldy committed Aug 19, 2024
1 parent d7198ca commit 0bcba2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
container:
image: mariadb:11
image: mariadb:10.11
services:
mariadb-master:
image: mariadb:10.4
image: mariadb:10.11
env:
MARIADB_USER: test_user
MARIADB_PASSWORD: test_password
Expand Down

0 comments on commit 0bcba2a

Please sign in to comment.