Skip to content

Commit

Permalink
Try reworking CI strategy to more easily include new mariadb versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed May 1, 2024
1 parent 9c836ca commit ecd19ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
python-version: ["3.8", "3.12"]
django-version: ["3.2", "4.2"]
backend: ["sqlite", "mysql"]
mariadb-version: ["10.4", "10.5", "10.11"]
exclude:
- backend: sqlite
include:
- mariadb-version: "10.4"
- backend: "mysql"
mariadb-version: "10.5"
- backend: sqlite
- backend: "mysql"
mariadb-version: "10.11"

runs-on: ubuntu-latest
Expand Down

0 comments on commit ecd19ba

Please sign in to comment.