GitHub Actions: Use Java 11

This commit is contained in:
Jakub Chrzanowski
2021-07-22 11:29:09 +02:00
committed by Jakub Chrzanowski
parent 9ad667ff05
commit 8ef79e2791
4 changed files with 13 additions and 12 deletions

View File

@@ -44,12 +44,12 @@ jobs:
runs-on: ubuntu-latest
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
@@ -90,12 +90,12 @@ jobs:
artifact: ${{ steps.properties.outputs.artifact }}
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
@@ -153,12 +153,12 @@ jobs:
runs-on: ubuntu-latest
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

View File

@@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
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
@@ -40,12 +40,12 @@ jobs:
runs-on: ubuntu-latest
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

View File

@@ -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

View File

@@ -10,6 +10,7 @@
- JVM compatibility version extracted to `gradle.properties` file
### Changed
- GitHub Actions: Use Java 11
- Update `pluginVerifierIdeVersions` to `2020.3.4, 2021.1.3`
- Change since/until build to `203-212.*`
- Upgrade Gradle Wrapper to `7.1.1`