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 99b7426 commit 9cf657eCopy full SHA for 9cf657e
.github/workflows/java8-maven.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- java: [ 8, 21 ]
+ java: [ 17, 21 ]
15
os: [ ubuntu-latest, macos-13, windows-latest ]
16
17
name: JDK${{ matrix.java }} on ${{ matrix.os }}
0 commit comments