Skip to content

Commit

Permalink
Run conformance tests for Kubernetes 1.27
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Apr 12, 2023
1 parent 3d1173a commit 37a9888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: e2e-arm64
on:
workflow_dispatch:
push:
branches: [ main, update-components, release-* ]
branches: [ main, update-components, e2e-*, release-* ]

permissions:
contents: read
Expand All @@ -17,7 +17,7 @@ jobs:
matrix:
# Keep this list up-to-date with https://endoflife.date/kubernetes
# Check which versions are available on DockerHub with 'crane ls kindest/node'
KUBERNETES_VERSION: [ 1.24.7, 1.25.3, 1.26.0 ]
KUBERNETES_VERSION: [ 1.25.8, 1.26.3, 1.27.0 ]
steps:
- name: Checkout
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
Expand Down

0 comments on commit 37a9888

Please sign in to comment.