Skip to content

Commit cdc7eb9

Browse files
remove jdk 22 build
1 parent a7edb4a commit cdc7eb9

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, 21, 22]
17+
java: [8, 11, 17, 21]
1818
steps:
1919
- name: Checkout Code
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)