Skip to content

Commit 09eb7de

Browse files
committed
fix: optimize test matrix
1 parent 9b66b93 commit 09eb7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
envtest_k8s_version: [1.23.5, 1.27.1, 1.31.0, 1.32.0]
30+
envtest_k8s_version: [1.23.5, 1.33.3]
3131
steps:
3232
- name: Clone the code
3333
uses: actions/checkout@v4

0 commit comments

Comments
 (0)