Skip to content

Commit

Permalink
chore(ci): support kubernetes 1.31 and fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbaehler committed Aug 20, 2024
1 parent 0e3e379 commit e06d248
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: [ 'v1.23.6', 'v1.24.7', 'v1.25.3', 'v1.26.3', 'v1.27.2', 'v1.28.0', 'v1.29.0', 'v1.30.0' ]
k8s-version: [ 'v1.24.7', 'v1.25.3', 'v1.26.3', 'v1.27.2', 'v1.28.0', 'v1.29.0', 'v1.30.0', 'v1.31.0' ]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
Loading

0 comments on commit e06d248

Please sign in to comment.