Skip to content

Commit 57afbc3

Browse files
committed
Update build matrix.
1 parent c142fa0 commit 57afbc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2020
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
2121
with:
22-
java-version: 21-ea
22+
java-version: 22-ea
2323
distribution: zulu
2424
cache: maven
2525
- name: Build project
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os: [ ubuntu-20.04, macos-11, windows-2022 ]
34-
java: [ 8, 11, 17 ]
34+
java: [ 8, 11, 17, 21 ]
3535
runs-on: ${{ matrix.os }}
3636
needs: [ extended ]
3737
steps:

0 commit comments

Comments
 (0)