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 3b9f1ae commit 1418b0cCopy full SHA for 1418b0c
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
- java: [8, 11, 17, 19, 20-ea]
+ java: [8, 11, 17, 21]
20
os: [ubuntu-latest, macos-latest]
21
# Run all tests even if one fails
22
fail-fast: false
0 commit comments