Skip to content

Commit 9a4988c

Browse files
committed
Fix java version
1 parent 1833a60 commit 9a4988c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test-on-pr-events.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
# bring in all history because the gradle versions plugin needs to "walk back" to the closest ancestor tag
3838
fetch-depth: 0
3939
- name: Set up JDK 1.8
40-
uses: actions/setup-java@v1
40+
uses: joschi/setup-jdk@v2
4141
with:
42-
java-version: 1.8
42+
java-version: '8'
4343
- name: Build with Gradle and run all unit tests
4444
uses: eskatos/gradle-command-action@v1
4545
with:

0 commit comments

Comments
 (0)