We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3c7be commit b892d33Copy full SHA for b892d33
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- java: [8, 11, 17, 21]
+ java: [8] # , 11, 17, 21
11
steps:
12
- name: Checkout project
13
uses: actions/checkout@v4
0 commit comments