Skip to content

Commit

Permalink
Reorder "include" matrix jobs
Browse files Browse the repository at this point in the history
Then they are in the same order as the array options
  • Loading branch information
amstilp committed May 1, 2024
1 parent 66947c3 commit 6da5905
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 @@ -27,14 +27,14 @@ jobs:
backend: ["sqlite", "mysql"]
mariadb-version: ["10.4"] # What we're currently running with.
include:
- mariadb-version: "10.5" # Possible future update.
python-version: "3.12"
- python-version: "3.12" # Possible future update.
django-version: "4.2"
backend: "mysql"
- mariadb-version: "10.11" # Possible future update.
python-version: "3.12"
mariadb-version: "10.5"
- python-version: "3.12" # Possible future update.
django-version: "4.2"
backend: "mysql"
mariadb-version: "10.11"

runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 6da5905

Please sign in to comment.