Skip to content

Commit

Permalink
ci: add k8s verison matrix to e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Oct 11, 2023
1 parent 563dd3a commit 54f1282
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
ghcr.io/grafana/k6-operator:${{ github.sha }}
kind-kustomize:
strategy:
matrix:
k8s_version: ["1.19.16", "1.24.12", "v1.27.1"]
needs: ["docker"]
runs-on: ubuntu-latest
steps:
Expand All @@ -44,6 +47,7 @@ jobs:
- uses: engineerd/[email protected]
with:
version: "v0.11.1"
image: kindest/node:${{ matrix.k8s_version }}
- name: Testing
run: |
kubectl cluster-info
Expand Down

0 comments on commit 54f1282

Please sign in to comment.