We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244a625 commit 1620a08Copy full SHA for 1620a08
.github/workflows/pr-checks.yml
@@ -119,6 +119,9 @@ jobs:
119
e2e-test:
120
runs-on: ubuntu-latest
121
needs: docker-local
122
+ strategy:
123
+ matrix:
124
+ node_image: [ v1.25.0, v1.26.0, v1.27.0 ]
125
steps:
126
- name: Install Go
127
uses: actions/setup-go@v4
@@ -147,6 +150,7 @@ jobs:
147
150
with:
148
151
config: ./test/e2e/kind-cluster.yml
149
152
cluster_name: open-feature-operator-test
153
+ node_image: kindest/node:${{ matrix.node_image }}
154
- name: Download KUTTL
155
run: |
156
curl -fL https://github.com/kudobuilder/kuttl/releases/download/${{ env.KUTTL_VERSION }}/kubectl-kuttl_${KUTTL_VERSION#v}_linux_x86_64 -o kubectl-kuttl
0 commit comments