We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9966e74 commit 665d618Copy full SHA for 665d618
.github/workflows/maven.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- java: [ '7', '8', '9', '10', '11' ]
+ java: [ '8', '9', '10', '11' ]
15
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
16
name: Java ${{ matrix.Java }} (${{ matrix.os }})
17
steps:
0 commit comments