Skip to content

Commit

Permalink
Test against k8s 1.31 (#1573)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Aug 14, 2024
1 parent c0166b9 commit 6747863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- id: set-matrix
name: Generate test matrix
run: |
k8s=(v1.20.15 v1.22.15 v1.24.7 v1.26.0)
k8s=(v1.26.15 v1.31.0)
IFS=' '
read -ra COMMENT <<< "${{ github.event.comment.body }}"
Expand Down

0 comments on commit 6747863

Please sign in to comment.