Skip to content

Commit

Permalink
tests: pin mariadb to (10.x) LTS due to issues with (11.x) latest
Browse files Browse the repository at this point in the history
getting weird errors when using more recent versions,
see PyMySQL/mysqlclient#677
  • Loading branch information
zeromind committed May 28, 2024
1 parent 5d017ad commit ff8b83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
image: oraclelinux:8
services:
mariadb:
image: mariadb:latest
image: mariadb:lts
env:
MARIADB_USER: dim
MARIADB_PASSWORD: dim
Expand Down

0 comments on commit ff8b83c

Please sign in to comment.