Skip to content

Commit a551821

Browse files
committed
Java 11 in build tasks
1 parent 22fed49 commit a551821

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
uses: actions/checkout@v2
1717
with:
1818
fetch-depth: 0
19-
- name: set up JDK 1.8
19+
- name: set up JDK 1.11
2020
uses: actions/setup-java@v1
2121
with:
22-
java-version: 1.8
22+
java-version: 1.11
2323
- name: Cache
2424
uses: actions/cache@v2
2525
with:

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
ref: refs/remotes/origin/master
17-
- name: set up JDK 1.8
17+
- name: set up JDK 1.11
1818
uses: actions/setup-java@v1
1919
with:
20-
java-version: 1.8
20+
java-version: 1.11
2121
- name: Cache
2222
uses: actions/cache@v2
2323
with:

0 commit comments

Comments
 (0)