Skip to content

Commit

Permalink
ci: Test more Kubernetes versions (#29)
Browse files Browse the repository at this point in the history
Newer versions of Kubernetes exists, and we've been running sloth on them for a while, so this should be no-op.
  • Loading branch information
hanssto authored Oct 1, 2024
1 parent 4de2fb6 commit 020c409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
kubernetes: [1.21.14, 1.22.15, 1.23.12, 1.24.6, 1.25.2]
kubernetes: [1.21.14, 1.22.17, 1.23.13, 1.24.17, 1.25.2, 1.26.14, 1.27.13, 1.28.13, 1.29.8, 1.30.4, 1.31.0]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 020c409

Please sign in to comment.