We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45772eb commit 35ef050Copy full SHA for 35ef050
.github/workflows/release.yml
@@ -66,7 +66,15 @@ jobs:
66
runs-on: ubuntu-latest
67
strategy:
68
matrix:
69
- k8s-version: ['1.26.15', '1.27.16']
+ k8s-version: [
70
+ '1.26.15',
71
+ '1.27.16',
72
+ '1.28.15',
73
+ '1.29.12',
74
+ '1.30.8',
75
+ '1.31.4',
76
+ '1.32.0'
77
+ ]
78
product-version: ['3.7.1', '3.8.0']
79
steps:
80
- name: Clone the code
.github/workflows/test.yml
@@ -32,7 +32,15 @@ jobs:
32
33
34
35
36
37
+ # '1.27.16',
38
+ # '1.28.15',
39
+ # '1.29.12',
40
+ # '1.30.8',
41
+ # '1.31.4',
42
43
44
45
max-parallel: 2
46
0 commit comments