Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(e2e): test istio according to its support matrix #3283

Merged
merged 1 commit into from
Dec 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,16 @@ jobs:
kubernetes-version:
# v1.25 is the latest Kubernetes version supported by Istio: https://istio.io/latest/docs/releases/supported-releases/
- 'v1.25.3'
- 'v1.24.7'
istio-version:
- 'v1.16.1'
- 'v1.15.4'
- 'v1.14.6'
- 'v1.13.9'
- 'v1.12.9'
- 'v1.11.8'
exclude:
# Istio v1.14 does not support Kubernetes v1.25: https://istio.io/latest/docs/releases/supported-releases/
- kubernetes-version: 'v1.25.3'
istio-version: 'v1.14.6'

steps:
- name: setup golang
uses: actions/setup-go@v3
Expand Down