Skip to content

Commit d718b3c

Browse files
committed
test: adjust kubernetes versions to match compatibility matrix of kube
1 parent abc04e2 commit d718b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
version: [v1.25.16, v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30.0]
14+
version: [v1.26.15, v1.27.16, v1.28.13, v1.29.8, v1.30.4, v1.31.1]
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)