Skip to content

Commit

Permalink
chore(gh): adding 1.24 to the e2e test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed Jun 13, 2022
1 parent 7b3f850 commit 0ac5dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: ['v1.16.15', 'v1.17.11', 'v1.18.8', 'v1.19.4', 'v1.20.7', 'v1.21.2', 'v1.22.4', 'v1.23.0']
k8s-version: ['v1.16.15', 'v1.17.11', 'v1.18.8', 'v1.19.4', 'v1.20.7', 'v1.21.2', 'v1.22.4', 'v1.23.6', 'v1.24.1']
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: engineerd/[email protected]
with:
skipClusterCreation: true
version: v0.11.1
version: v0.14.0
- uses: azure/setup-helm@v1
with:
version: 3.3.4
Expand Down

0 comments on commit 0ac5dd6

Please sign in to comment.