Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz authored Nov 30, 2021
1 parent 1ae97aa commit 93d8b2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v2.4.0
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'
Expand All @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v2.4.0
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'
Expand All @@ -58,15 +58,15 @@ jobs:

strategy:
matrix:
maven: [ '3.1.1', '3.3.9', '3.6.3', '3.8.2' ]
maven: [ '3.1.1', '3.3.9', '3.6.3', '3.8.4' ]
os: [ ubuntu-latest, windows-latest, macOS-latest ]
java:
# Hotspot VM, the "default" VM
- version: 8
dist: temurin
- version: 11
dist: temurin
- version: 16
- version: 17
dist: temurin
fail-fast: false

Expand All @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v2.4.0
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java.version }}
distribution: ${{ matrix.java.dist }}
Expand Down

0 comments on commit 93d8b2a

Please sign in to comment.