Skip to content

Commit

Permalink
fix setup-java upgrade (#119)
Browse files Browse the repository at this point in the history
no need to build with 16

Signed-off-by: Olivier Lamy <[email protected]>

Co-authored-by: Olivier Lamy <[email protected]>
  • Loading branch information
dependabot[bot] and olamy authored Aug 21, 2021
1 parent e2a5c84 commit ec2a5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest,windows-latest, macOS-latest]
java: [8, 11, 16, 17-ea]
jdk: [temurin]
java: [8, 11, 17-ea]
jdk: [adopt-hotspot, zulu]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ec2a5f4

Please sign in to comment.