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
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.2.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
slachiewicz committed Aug 21, 2021
1 parent d4b5802 commit 43c457f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest,windows-latest, macOS-latest]
java: [8, 11, 14, 15, 16-ea]
java: [8, 11, 16, 17-ea]
jdk: [temurin]
fail-fast: false

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

- name: Build with Maven
run: mvn install javadoc:javadoc -e -B -V -Pno-tests-if-not-on-osx

0 comments on commit 43c457f

Please sign in to comment.