Skip to content

Commit

Permalink
removed k8s 27 minor version from provisioning-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vardhaman22 committed Nov 18, 2024
1 parent ff8d9bf commit 818e6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provisioning-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
dist: [rke2, k3s]
k8s-minor: [27, 28, 29, 30, 31]
k8s-minor: [28, 29, 30, 31]
test-regex: ["^Test_Provisioning_.*$", "^Test_Operation_SetA_.*$", "^Test_Operation_SetB_.*$"]
steps:
- name: Force Install GIT latest
Expand Down

0 comments on commit 818e6c3

Please sign in to comment.