Skip to content

Commit 99582f6

Browse files
authoredSep 19, 2024
Added Java 23 support for CI pipeline
1 parent e9cf1f4 commit 99582f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/maven.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
java: [11, 17, 21, 22]
16+
java: [11, 17, 21, 22, 23]
1717

1818
steps:
1919
- uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: windows-latest
3737
strategy:
3838
matrix:
39-
java: [11, 17, 21, 22]
39+
java: [11, 17, 21, 22, 23]
4040

4141
steps:
4242
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: macOS-latest
5555
strategy:
5656
matrix:
57-
java: [11, 17, 21, 22]
57+
java: [11, 17, 21, 22, 23]
5858

5959
steps:
6060
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)