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 c142fa0 commit 57afbc3Copy full SHA for 57afbc3
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
20
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
21
with:
22
- java-version: 21-ea
+ java-version: 22-ea
23
distribution: zulu
24
cache: maven
25
- name: Build project
@@ -31,7 +31,7 @@ jobs:
31
fail-fast: false
32
matrix:
33
os: [ ubuntu-20.04, macos-11, windows-2022 ]
34
- java: [ 8, 11, 17 ]
+ java: [ 8, 11, 17, 21 ]
35
runs-on: ${{ matrix.os }}
36
needs: [ extended ]
37
steps:
0 commit comments