Skip to content

Commit d88c4b3

Browse files
committed
jdk11
1 parent 8c56b83 commit d88c4b3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
if: ${{ github.event_name == 'workflow_dispatch'}}
2626
run: echo "LD_VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV
2727

28-
- name: Set up JDK 1.8
28+
- name: Set up JDK 11
2929
uses: actions/setup-java@v1
3030
with:
31-
java-version: 1.8
31+
java-version: 11
3232

3333
- name: Grant execute permission for gradlew
3434
run: chmod +x gradlew
@@ -45,9 +45,7 @@ jobs:
4545
failure-levels: |
4646
INVALID_PLUGIN
4747
ide-versions: |
48-
ideaIC:2019.3
49-
ideaIC:2020.1
50-
ideaIC:2020.2
48+
ideaIC:2021.1
5149
ideaIC:LATEST-EAP-SNAPSHOT
5250
5351
- name: Print verify contents

0 commit comments

Comments
 (0)