Skip to content

Commit e2a5c84

Browse files
committed
Bump actions/setup-java from 1 to 2.2.0
1 parent 0f071c8 commit e2a5c84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
os: [ubuntu-latest,windows-latest, macOS-latest]
2828
java: [8, 11, 16, 17-ea]
29+
jdk: [temurin]
2930
fail-fast: false
3031

3132
runs-on: ${{ matrix.os }}
@@ -44,8 +45,9 @@ jobs:
4445
maven-${{ matrix.os }}-
4546
4647
- name: Set up JDK
47-
uses: actions/setup-java@v1
48+
uses: actions/setup-java@v2.2.0
4849
with:
50+
distribution: ${{ matrix.jdk }}
4951
java-version: ${{ matrix.java }}
5052

5153
- name: Build with Maven

0 commit comments

Comments
 (0)