Skip to content

Commit

Permalink
testing mariadb ci
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-bermudo committed Feb 13, 2024
1 parent 7a393de commit e05dbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-20.04

services:
Expand All @@ -24,7 +24,7 @@ jobs:
MYSQL_PASSWORD: 123456
MYSQL_DATABASE: testing
MYSQL_ROOT_PASSWORD: 123456
options: --health-cmd="mariadb-admin ping" --health-interval=5s --health-timeout=2s --health-retries=10
options: --health-cmd="mariadb-admin" --health-interval=5s --health-timeout=2s --health-retries=10

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e05dbee

Please sign in to comment.