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 09bb797 commit b9b9b49Copy full SHA for b9b9b49
1 file changed
.github/workflows/gradle.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: [ubuntu-latest, macos-latest, windows-latest]
21
- jdk: [21] # (open)JDK releases
+ jdk: [21, 25] # (open)JDK releases
22
runs-on: ${{ matrix.os }}
23
24
steps:
0 commit comments