Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Kubernetes versions
Browse files Browse the repository at this point in the history
jacobtomlinson authored Jan 23, 2025
1 parent 0b64afa commit 4b3b13b
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
@@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
kubernetes-version: ["1.32.0"]
kubernetes-version: ["1.32.1"]
include:
- python-version: '3.10'
kubernetes-version: 1.31.4
@@ -61,7 +61,7 @@ jobs:
matrix:
# Test the minimal and maximal Python versions only
python-version: ["3.9", "3.12"]
kubernetes-version: ["1.32.0"]
kubernetes-version: ["1.32.1"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
2 changes: 1 addition & 1 deletion .github/workflows/test-kubectl-ng.yaml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
kubernetes-version: ["1.32.0"]
kubernetes-version: ["1.32.1"]
include:
- python-version: '3.10'
kubernetes-version: 1.31.4

0 comments on commit 4b3b13b

Please sign in to comment.