Skip to content

Commit

Permalink
Update Kubernetes versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Dec 12, 2024
1 parent 345b2a7 commit 5215231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-kr8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
kubernetes-version: ["1.31.2"]
kubernetes-version: ["1.31.0"]
include:
- python-version: '3.10'
kubernetes-version: 1.30.6
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
matrix:
# Test the minimal and maximal Python versions only
python-version: ["3.8", "3.12"]
kubernetes-version: ["1.31.2"]
kubernetes-version: ["1.31.0"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-kubectl-ng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
kubernetes-version: ["1.31.2"]
kubernetes-version: ["1.31.0"]
include:
- python-version: '3.10'
kubernetes-version: 1.30.6
Expand Down

0 comments on commit 5215231

Please sign in to comment.