Skip to content

Commit a7f4a25

Browse files
committed
ci: setup-java v2
Signed-off-by: Sean C. Sullivan <[email protected]>
1 parent 899f17f commit a7f4a25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up JDK
20-
uses: actions/setup-java@v1
20+
uses: actions/setup-java@v2
2121
with:
2222
java-version: ${{ matrix.java }}
23-
- name: print Java version
24-
run: java -version
23+
distribution: 'temurin'
2524
- name: Build with Gradle
2625
run: ./gradlew check

0 commit comments

Comments
 (0)