Skip to content

Commit

Permalink
ci: add testing for k8s 1.30 and 1.31 (argoproj#3858)
Browse files Browse the repository at this point in the history
* ci: add testing for k8s 1.30 and 1.31

Signed-off-by: william.vanhevelingen <[email protected]>

* Update Kubernetes versions' latest flags in workflow

---------

Signed-off-by: william.vanhevelingen <[email protected]>
Co-authored-by: Zach Aller <[email protected]>
  • Loading branch information
blkperl and zachaller authored Dec 7, 2024
1 parent a4d50d8 commit 5a1fa16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
fail-fast: false
matrix:
kubernetes:
- version: 1.26
- version: '1.28'
latest: false
- version: 1.27
- version: '1.29'
latest: false
- version: 1.28
- version: '1.30'
latest: false
- version: 1.29
- version: '1.31'
latest: true
name: Run end-to-end tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5a1fa16

Please sign in to comment.