mirror of
https://github.com/shred/acme4j.git
synced 2025-12-16 11:24:01 +08:00
Update setup-java to v2
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -17,8 +17,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: ${{ matrix.java }}
|
||||
- name: Build
|
||||
run: mvn --no-transfer-progress -B -P ci verify
|
||||
|
||||
Reference in New Issue
Block a user