Skip to content

Commit

Permalink
Java 11 in build tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
motorro committed Sep 22, 2021
1 parent 22fed49 commit a551821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: set up JDK 1.8
- name: set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 1.11
- name: Cache
uses: actions/cache@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
fetch-depth: 0
ref: refs/remotes/origin/master
- name: set up JDK 1.8
- name: set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 1.11
- name: Cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit a551821

Please sign in to comment.