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 c878dbb commit 2c3db29Copy full SHA for 2c3db29
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [ubuntu-latest, macos-13, windows-latest]
16
- jdk: [11, 17, 21]
+ jdk: [21]
17
runs-on: ${{ matrix.os }}
18
steps:
19
- uses: actions/checkout@v4
0 commit comments