We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8342b91 commit 1fc9e3eCopy full SHA for 1fc9e3e
.github/workflows/pr.yml
@@ -35,7 +35,7 @@ jobs:
35
strategy:
36
matrix:
37
java: [ 11, 17 ]
38
- kubernetes: [ 'v1.25.14', 'v1.26.9', 'v1.27.6', 'v1.28.2', 'v1.29.0' ]
+ kubernetes: [ 'v1.26.13', 'v1.27.10', 'v1.28.6', 'v1.29.1' ]
39
uses: ./.github/workflows/integration-tests.yml
40
with:
41
java-version: ${{ matrix.java }}
0 commit comments