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 0b2ec1b commit 876fa56Copy full SHA for 876fa56
.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' ]
+ kubernetes: [ 'v1.25.14', 'v1.26.9', 'v1.27.6', 'v1.28.2', 'v1.29.0' ]
39
uses: ./.github/workflows/integration-tests.yml
40
with:
41
java-version: ${{ matrix.java }}
0 commit comments