Skip to content

Commit

Permalink
Fix java version
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharg1993 committed Jun 28, 2021
1 parent 1833a60 commit 9a4988c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-on-pr-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
# bring in all history because the gradle versions plugin needs to "walk back" to the closest ancestor tag
fetch-depth: 0
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: joschi/setup-jdk@v2
with:
java-version: 1.8
java-version: '8'
- name: Build with Gradle and run all unit tests
uses: eskatos/gradle-command-action@v1
with:
Expand Down

0 comments on commit 9a4988c

Please sign in to comment.