Skip to content

Commit 147037b

Browse files
committed
Add Java 23 to build matrix.
1 parent 3579765 commit 147037b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
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: 22-ea
22+
java-version: 23-ea
2323
distribution: temurin
2424
cache: maven
2525
- name: Build project
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
java: [ 9, 10, 12, 13, 14, 15, 16, 18, 19, 20 ]
71+
java: [ 9, 10, 12, 13, 14, 15, 16, 18, 19, 20, 22 ]
7272
runs-on: ubuntu-20.04
7373
needs: [ extended ]
7474
steps:

0 commit comments

Comments
 (0)