Skip to content

Commit

Permalink
Bump actions/setup-java from 1 to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Aug 21, 2021
1 parent 0f071c8 commit e2a5c84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
matrix:
os: [ubuntu-latest,windows-latest, macOS-latest]
java: [8, 11, 16, 17-ea]
jdk: [temurin]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand All @@ -44,8 +45,9 @@ jobs:
maven-${{ matrix.os }}-
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v2.2.0
with:
distribution: ${{ matrix.jdk }}
java-version: ${{ matrix.java }}

- name: Build with Maven
Expand Down

0 comments on commit e2a5c84

Please sign in to comment.