Skip to content

Commit

Permalink
Update pytest versions to test against
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Mar 21, 2024
1 parent 7ce6f7d commit 90a356b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
fail-fast: false
matrix:
pytest-version:
- "7.3.0"
- "7.4.0"
salt-version:
- "3006"

Expand Down Expand Up @@ -198,9 +198,9 @@ jobs:
- "3006.0"
- "3007.0"
pytest-version:
- "7.3.0"
- "7.4.0"
- "8.0.0"
- "8.1.0"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -285,9 +285,9 @@ jobs:
- "3006.0"
- "3007.0"
pytest-version:
- "7.3.0"
- "7.4.0"
- "8.0.0"
- "8.1.0"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -370,11 +370,12 @@ jobs:
- "3006.0"
- "3007.0"
pytest-version:
- "7.3.0"
- "7.4.0"
- "8.0.0"
- "8.1.0"
exclude:
- {"pytest-version": "8.0.0", "python-version": "3.7"}
- {"pytest-version": "8.1.0", "python-version": "3.7"}
- {"salt-version": "3007.0", "python-version": "3.7"}

steps:
Expand Down
1 change: 1 addition & 0 deletions changelog/177.trivial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ CI pipeline changes:
* Stop testing against Pytest 8.0.0rc2 and instead test against 8.0.x
* Stop testing against Salt 3005.x
* Add Salt 3007.x to the versions to test
* Stop testing against Pytest 7.3.x and add 8.1.x to the list of versions to test

0 comments on commit 90a356b

Please sign in to comment.