We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a9f65 commit 4f896c0Copy full SHA for 4f896c0
.github/workflows/ci.yml
@@ -14,15 +14,15 @@ jobs:
14
strategy:
15
matrix:
16
os: [ ubuntu-latest ]
17
- java: [ 15, 11, 8 ]
+ java: [ 21, 11, 8 ]
18
# Only test on macos and windows with a single recent JDK to avoid a
19
# combinatorial explosion of test configurations.
20
# Most OS-specific issues are not specific to a particular JDK version.
21
include:
22
- os: macos-latest
23
- java: 15
+ java: 21
24
- os: windows-latest
25
26
runs-on: ${{ matrix.os }}
27
steps:
28
# Cancel any previous runs for the same branch that are still running.
0 commit comments