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 efd329b commit d271cc8Copy full SHA for d271cc8
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
platform: [ubuntu-latest, macos-latest, windows-latest]
15
- jdk: [17, 21]
+ jdk: [21, 25]
16
17
runs-on: ${{ matrix.platform }}
18
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
0 commit comments