Skip to content

Commit 9966e74

Browse files
authored
Update maven.yml
1 parent 03e726a commit 9966e74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
test:
1010

1111
runs-on: ${{ matrix.os }}
12-
strategy:
13-
matrix:
14-
java: [ '7', '8', '9', '10', '11' ]
15-
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
12+
strategy:
13+
matrix:
14+
java: [ '7', '8', '9', '10', '11' ]
15+
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
1616
name: Java ${{ matrix.Java }} (${{ matrix.os }})
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)