Skip to content

Commit

Permalink
e2e with k8s v1.28.0 (#194)
Browse files Browse the repository at this point in the history
run e2e tests with mutliple k8s versions
  • Loading branch information
bakito committed Nov 13, 2023
1 parent f097aac commit 2c3ecd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
jobs:
e2e:
runs-on: ubuntu-latest
strategy:
matrix:
# https://hub.docker.com/r/kindest/node/tags
k8s_version: [ "v1.28.0", "v1.27.3", "v1.26.6" ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -19,6 +23,8 @@ jobs:
uses: bakito/kind-with-registry-action@main
with:
ingress_enabled: true
node_image: kindest/node:${{ matrix.k8s_version }}
kubectl_version: ${{ matrix.k8s_version }}

- name: Build image
run: ./testdata/e2e/buildImage.sh
Expand Down

0 comments on commit 2c3ecd6

Please sign in to comment.