Skip to content

Commit 67996b3

Browse files
rainestczeslavo
andauthored
chore(ci) update test platform versions (#4349)
Co-authored-by: Grzegorz Burzyński <[email protected]>
1 parent 22c4e01 commit 67996b3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/e2e.yaml

+7-5
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ jobs:
1212
strategy:
1313
matrix:
1414
kubernetes-version:
15-
- 'v1.21.12'
1615
- 'v1.22.9'
1716
- 'v1.23.6'
1817
- 'v1.24.2'
18+
- 'v1.25.11'
19+
- 'v1.26.6'
20+
- 'v1.27.2'
1921
istio-version:
20-
- 'v1.14.1'
21-
- 'v1.13.2'
22-
- 'v1.12.5'
23-
- 'v1.11.8'
22+
- 'v1.15'
23+
- 'v1.16'
24+
- 'v1.17'
25+
- 'v1.18'
2426
steps:
2527
- name: setup golang
2628
uses: actions/setup-go@v3

.github/workflows/release.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
strategy:
159159
matrix:
160160
kubernetes-version:
161-
- 'v1.24.2'
161+
- 'v1.27.3'
162162
dbmode:
163163
- 'dbless'
164164
- 'postgres'
@@ -188,10 +188,8 @@ jobs:
188188
strategy:
189189
matrix:
190190
minor:
191-
- '20'
192-
- '21'
193-
- '22'
194-
- '23'
191+
- '26'
192+
- '27'
195193
dbmode:
196194
- 'dbless'
197195
- 'postgres'

0 commit comments

Comments
 (0)