Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Using Java 11
  • Loading branch information
litetex authored Aug 25, 2021
1 parent f8297a8 commit 36e72d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
if: github.event_name == 'pull_request'
run: git checkout -B ${{ github.head_ref }}

- name: set up JDK 8
- name: set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 11
distribution: "adopt"

- name: Cache Gradle dependencies
Expand Down Expand Up @@ -65,10 +65,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: set up JDK 8
- name: set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 11
distribution: "adopt"

- name: Cache Gradle dependencies
Expand Down

0 comments on commit 36e72d5

Please sign in to comment.