diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58a6565..a01cb2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 028ffbe..cb7f5d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index c6da402..9bd512c 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5672a..690efa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`