We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27cd99b commit 59e36c1Copy full SHA for 59e36c1
1 file changed
.github/workflows/maven.yml
@@ -9,9 +9,9 @@ jobs:
9
matrix:
10
java-version: [ 8, 9, 11 ]
11
steps:
12
- - uses: actions/checkout@v2
13
- - uses: actions/setup-java@v1
14
- with:
15
- java-version: ${{ matrix.java-version }}
16
- - name: Build with Maven
17
- run: mvn test
+ - uses: actions/checkout@v2
+ - uses: actions/setup-java@v1
+ with:
+ java-version: ${{ matrix.java-version }}
+ - name: Build with Maven
+ run: mvn test
0 commit comments