mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
GitHub Actions: Use Java 11
This commit is contained in:
committed by
Jakub Chrzanowski
parent
9ad667ff05
commit
8ef79e2791
4
.github/workflows/run-ui-tests.yml
vendored
4
.github/workflows/run-ui-tests.yml
vendored
@@ -31,12 +31,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
# Setup Java 1.8 environment for the next steps
|
||||
# Setup Java 11 environment for the next steps
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: zulu
|
||||
java-version: 8
|
||||
java-version: 11
|
||||
|
||||
# Check out current repository
|
||||
- name: Fetch Sources
|
||||
|
||||
Reference in New Issue
Block a user