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 813e2e8 commit 13c0a28Copy full SHA for 13c0a28
.github/workflows/ci.yaml
@@ -37,13 +37,13 @@ jobs:
37
with:
38
website: jdk.java.net
39
release: ${{ matrix.java }}
40
- if: ${{ matrix.java != '8' && matrix.java != '11' && matrix.java != '17' }}
+ if: ${{ matrix.java != '11' && matrix.java != '17' }}
41
- name: Set up older JDK
42
uses: actions/setup-java@v3
43
44
java-version: ${{ matrix.java }}
45
distribution: ${{ matrix.distribution }}
46
- if: ${{ matrix.java == '8' || matrix.java == '11' || matrix.java == '17' }}
+ if: ${{ matrix.java == '11' || matrix.java == '17' }}
47
- name: Print JDK Version
48
run: java -version
49
- name: Cache local Maven m2
0 commit comments