Skip to content

Commit 4451470

Browse files
committed
Run checks on different versions of maven
1 parent 387dac9 commit 4451470

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15+
maven: [ '3.8.8', '3.9.6' ]
1516
java: [ '11', '17' ]
1617
os: [ 'ubuntu-latest', 'windows-latest' ]
1718
runs-on: ${{ matrix.os }}
@@ -22,6 +23,10 @@ jobs:
2223
with:
2324
distribution: 'temurin'
2425
java-version: ${{ matrix.java }}
26+
- name: Set up Maven
27+
uses: stCarolas/[email protected]
28+
with:
29+
maven-version: ${{ matrix.maven }}
2530
- name: print Maven and Java versions
2631
run: mvn --version
2732
- name: Build

0 commit comments

Comments
 (0)