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 5c3206a commit 3b63d7dCopy full SHA for 3b63d7d
.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, 25]
+ jdk: [17, 21]
16
17
runs-on: ${{ matrix.platform }}
18
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
0 commit comments