Skip to content

Commit

Permalink
use latest Maven and exclude ECJ with Java 11 (requires 17 now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed May 27, 2024
1 parent 682f30d commit 6551a73
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
exclude:
- java: 8
compiler: ecj
- java: 11
compiler: ecj
runs-on: ${{ matrix.os }}
name: "JDK ${{ matrix.java }}, ${{ matrix.compiler}}, params: ${{ matrix.parameters }}, ${{ matrix.os }}"
steps:
Expand All @@ -52,11 +54,6 @@ jobs:
distribution: temurin
java-version: ${{ matrix.java }}

- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.8.7

- name: Build with Maven
shell: bash
run: mvn -s .github/maven-ci-settings.xml -B verify --file pom.xml -Dcompiler=${{ matrix.compiler }} -Dparameters=${{ matrix.parameters }}
Expand Down

0 comments on commit 6551a73

Please sign in to comment.