Skip to content

Commit

Permalink
feat: Added initial zpa integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Mar 30, 2024
1 parent 3ad5ce5 commit 99524e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/zpa_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]
environment:
- ZPA_QA_TENANT01
- ZPA_QA_TENANT02
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]
environment:
- ZPA_QA2_TENANT01
environment: ${{ matrix.environment }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]
environment:
- ZPA_BETA_TENANT01
environment: ${{ matrix.environment }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]
environment:
- ZPA_PROD_TENANT01
environment: ${{ matrix.environment }}
Expand Down

0 comments on commit 99524e4

Please sign in to comment.