Skip to content

Commit 470cfc8

Browse files
sfc-gh-alecuyerandrewlecuyer
authored andcommitted
Update Kube Versions for envtest-existing & kuttl PR Checks
Updates the min/max versions of Kubernetes used by the kubernetes-k3d and kuttl-k3d PR checks. This means PR checks for envtest-existing and kuttl tests are now run against the current min/max versions of Kubernetes supported by PGO according to the Supported Platforms page in the docs.
1 parent fae895c commit 470cfc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
kubernetes: [v1.31, v1.28]
61+
kubernetes: [v1.33, v1.28]
6262
steps:
6363
- uses: actions/checkout@v4
6464
- uses: actions/setup-go@v5
@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
fail-fast: false
9494
matrix:
95-
kubernetes: [v1.32, v1.31, v1.30, v1.29, v1.28]
95+
kubernetes: [v1.33, v1.28]
9696
steps:
9797
- uses: actions/checkout@v4
9898
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)