Skip to content

Commit

Permalink
setup-java v2 (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Apr 7, 2021
1 parent 1c7153d commit e1ef88a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -38,8 +38,9 @@ jobs:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci

- name: 2. Set up Java ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}

- name: 3. Build on Java ${{ matrix.java }}
Expand All @@ -65,8 +66,9 @@ jobs:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci

- name: Set up Java 8
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 8

- name: Build and publish to Bintray/MavenCentral
Expand Down

0 comments on commit e1ef88a

Please sign in to comment.