diff --git a/.github/workflows/branch-compilation.yml b/.github/workflows/branch-compilation.yml index 66b8f8ba806..2ea69b42ae7 100644 --- a/.github/workflows/branch-compilation.yml +++ b/.github/workflows/branch-compilation.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - java-version: [8, 11] + java-version: [11] maven-version: ['3.8.1'] fail-fast: true runs-on: ${{ matrix.os }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c39532d7fb6..f9c0ed7f951 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - java-version: [8, 11] + java-version: [11] maven-version: ['3.8.1'] fail-fast: true runs-on: ${{ matrix.os }}