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 c0af9bb commit 4aba27cCopy full SHA for 4aba27c
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- java: [8, 11, 17, 24]
+ java: [8, 11, 17, 25]
29
steps:
30
- uses: actions/checkout@v4
31
- uses: actions/setup-java@v4
@@ -54,7 +54,7 @@ jobs:
54
runs-on: ubuntu-latest
55
56
57
58
59
60
@@ -110,4 +110,4 @@ jobs:
110
distribution: temurin
111
- run: .kokoro/build.sh
112
env:
113
- JOB_TYPE: test
+ JOB_TYPE: test
0 commit comments