Skip to content

Commit

Permalink
Use jdk 8 for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
2bllw8 committed Sep 13, 2021
1 parent f1fe028 commit 313c29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 8
- name: Cache Gradle Dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 313c29d

Please sign in to comment.