Skip to content

Commit

Permalink
setup-java v3 (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Jun 10, 2022
1 parent 76f6590 commit 65db911
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -15,11 +15,12 @@ jobs:
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
- name: Verify with Maven
run: mvn verify -B --file pom.xml

Expand Down

0 comments on commit 65db911

Please sign in to comment.