From: Lars Grefer Date: Thu, 13 Aug 2020 16:31:20 +0000 (+0200) Subject: Test more Java versions X-Git-Tag: V1_9_7M1~22^2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=551039d920aab19cc0ed926b5372b3c0cd9796a2;p=aspectj.git Test more Java versions Signed-off-by: Lars Grefer --- diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fa012258e..1e09e7ae5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -14,8 +14,9 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: - java: [ 1.8, 11 ] + java: [ 8, 9, 10, 11, 12, 13, 14 ] steps: - uses: actions/checkout@v2 - name: Set up JDK ${{ matrix.java }}