Skip to content

Commit

Permalink
Update workflow Kubernetes test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmoore4 committed Sep 21, 2023
1 parent 714caba commit e51f118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetes: [v1.27, v1.24]
kubernetes: [v1.28, v1.25]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetes: [v1.25, v1.24, v1.23, v1.22, v1.21]
kubernetes: [v1.28, v1.27, v1.26, v1.25]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit e51f118

Please sign in to comment.