Skip to content

Commit

Permalink
update matrix to jump non-working tests in prep for overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes committed Dec 28, 2023
1 parent 59ecbca commit 49e2163
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ jobs:
- {salt-version: "3006", python-version: "3.8"}
- {salt-version: "3006", python-version: "3.9"}
- {salt-version: "3006", python-version: "3.10"}
# - {salt-version: "3004", python-version: "3.8"}
# - {salt-version: "3004", python-version: "3.9"}
# - {salt-version: "3004", python-version: "3.10"}

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -188,11 +185,6 @@ jobs:
max-parallel: 3
matrix:
include: []
# - {salt-version: "3004", python-version: "3.8"}
# - {salt-version: "3005", python-version: "3.8"}
# - {salt-version: "3006", python-version: "3.8"}
# - {salt-version: "3006", python-version: "3.9"}
# - {salt-version: "3006", python-version: "3.10"}

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -314,10 +306,6 @@ jobs:
matrix:
include:
- {salt-version: "3006", python-version: "3.9"}
# - {salt-version: "3004", python-version: "3.10"}
# - {salt-version: "3005", python-version: "3.10"}
# - {salt-version: "3006", python-version: "3.8"}
# - {salt-version: "3006", python-version: "3.10"}

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

0 comments on commit 49e2163

Please sign in to comment.