We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fed49 commit a551821Copy full SHA for a551821
2 files changed
.github/workflows/check.yml
@@ -16,10 +16,10 @@ jobs:
16
uses: actions/checkout@v2
17
with:
18
fetch-depth: 0
19
- - name: set up JDK 1.8
+ - name: set up JDK 1.11
20
uses: actions/setup-java@v1
21
22
- java-version: 1.8
+ java-version: 1.11
23
- name: Cache
24
uses: actions/cache@v2
25
.github/workflows/release.yaml
@@ -14,10 +14,10 @@ jobs:
14
15
ref: refs/remotes/origin/master
0 commit comments