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 323f978 commit 0e8a6acCopy full SHA for 0e8a6ac
2 files changed
.github/workflows/linux.yaml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
- java: [11, 17]
+ java: [11, 17, 21]
20
os: [ubuntu-latest]
21
steps:
22
- name: Check out code
.github/workflows/windows.yaml
runs-on: windows-latest
- uses: actions/checkout@v5
- name: Set up JDK ${{ matrix.java }}
0 commit comments