Skip to content

Commit

Permalink
update actions version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes committed Nov 3, 2023
1 parent 8ab18e8 commit 6a4489c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,22 @@ jobs:
fail-fast: false
matrix:
py:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
netapi:
- "cherrypy"
- "tornado"
salt:
- "v3004.2"
- "v3005.1"
- "v3006.0"
- "v3005.4"
- "v3006.4"
- "master"
exclude:
- py: "3.10"
salt: "v3004.2"
- py: "3.10"
salt: "v3005.1"
salt: "v3005.4"
- py: "3.11"
salt: "v3005.4"
steps:
- name: Setup python for test ${{ matrix.py }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 6a4489c

Please sign in to comment.