Skip to content

Commit

Permalink
Switch to testing against Pytest 7.3.x and 7.4.x
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
  • Loading branch information
s0undt3ch committed Jul 27, 2023
1 parent 9ac5130 commit c278b6d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
fail-fast: false
matrix:
pytest-version:
- "7.0.0"
- "7.3.0"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -197,8 +197,8 @@ jobs:
salt-version:
- "3006.0"
pytest-version:
- "7.0.0"
- "7.1.0"
- "7.3.0"
- "7.4.0"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -282,8 +282,8 @@ jobs:
salt-version:
- "3006.0"
pytest-version:
- "7.0.0"
- "7.1.0"
- "7.3.0"
- "7.4.0"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -366,8 +366,8 @@ jobs:
- "3005.0"
- "3006.0"
pytest-version:
- "7.0.0"
- "7.1.0"
- "7.3.0"
- "7.4.0"
exclude:
- {"python-version": "3.10", "salt-version": "3005.0"}

Expand Down

0 comments on commit c278b6d

Please sign in to comment.