Skip to content

Commit 2c75fec

Browse files
build on jdk 21 & 22
1 parent 57e09c1 commit 2c75fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
java: [8, 11, 17, 20]
17+
java: [8, 11, 17, 21, 22]
1818
steps:
1919
- name: Checkout Code
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)