Skip to content

Commit 17ffd96

Browse files
authored
Added Java 23 support for CI pipeline
1 parent 9f90bb2 commit 17ffd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
java: [17, 21, 22]
23+
java: [17, 21, 22, 23]
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)