Skip to content

Commit 03e726a

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

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
@@ -8,11 +8,11 @@ on: [push, pull_request]
88
jobs:
99
test:
1010

11-
runs-on: runs-on: ${{ matrix.os }}
11+
runs-on: ${{ matrix.os }}
1212
strategy:
13-
matrix:
14-
java: [ '7', '8', '9', '10', '11' ]
15-
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
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)