Skip to content

Commit 09d5c6a

Browse files
committed
cicd: added jdk23 to target java versions
1 parent 938eea2 commit 09d5c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
javaver: [21, 22]
14+
javaver: [21, 22, 23]
1515
os: [ubuntu-latest, windows-latest, macos-latest]
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)