We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff986f commit 8c95e85Copy full SHA for 8c95e85
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: true
16
matrix:
17
- java: [8, 11, 17, 21, 22]
+ java: [8, 11, 17, 20]
18
steps:
19
- name: Checkout Code
20
uses: actions/checkout@v3
0 commit comments