Skip to content

Commit

Permalink
chore(ci) update test platform versions (#4349)
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Burzyński <[email protected]>
  • Loading branch information
rainest and czeslavo authored Jul 14, 2023
1 parent 22c4e01 commit 67996b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ jobs:
strategy:
matrix:
kubernetes-version:
- 'v1.21.12'
- 'v1.22.9'
- 'v1.23.6'
- 'v1.24.2'
- 'v1.25.11'
- 'v1.26.6'
- 'v1.27.2'
istio-version:
- 'v1.14.1'
- 'v1.13.2'
- 'v1.12.5'
- 'v1.11.8'
- 'v1.15'
- 'v1.16'
- 'v1.17'
- 'v1.18'
steps:
- name: setup golang
uses: actions/setup-go@v3
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
strategy:
matrix:
kubernetes-version:
- 'v1.24.2'
- 'v1.27.3'
dbmode:
- 'dbless'
- 'postgres'
Expand Down Expand Up @@ -188,10 +188,8 @@ jobs:
strategy:
matrix:
minor:
- '20'
- '21'
- '22'
- '23'
- '26'
- '27'
dbmode:
- 'dbless'
- 'postgres'
Expand Down

0 comments on commit 67996b3

Please sign in to comment.