Skip to content

Commit 8c95e85

Browse files
fix jdk version
1 parent 5ff986f commit 8c95e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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, 20]
1818
steps:
1919
- name: Checkout Code
2020
uses: actions/checkout@v3

0 commit comments

Comments
 (0)