Skip to content

Commit 665d618

Browse files
authored
Update maven.yml
1 parent 9966e74 commit 665d618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
java: [ '7', '8', '9', '10', '11' ]
14+
java: [ '8', '9', '10', '11' ]
1515
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
1616
name: Java ${{ matrix.Java }} (${{ matrix.os }})
1717
steps:

0 commit comments

Comments
 (0)