Skip to content

Commit

Permalink
disable 1.30 since k3s doesn't support it
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Apr 30, 2024
1 parent 9057173 commit 3fb1185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: [v1.28.9, v1.29.4, v1.30.0]
k8s-version: [v1.28.9, v1.29.4] #v1.30.0] k3d doesn't support 1.30 yet
k8s-distro: [minikube, k3d]

steps:
Expand Down

0 comments on commit 3fb1185

Please sign in to comment.