Skip to content

Commit 9f113dc

Browse files
committed
fix supported version in ci.yaml
1 parent b4f4e7a commit 9f113dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
java: [8, 11, 17, 21]
57+
java: [8, 11, 17, 23]
5858
steps:
5959
- uses: actions/checkout@v4
6060
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)