aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Grefer <eclipse@larsgrefer.de>2020-08-13 18:31:20 +0200
committerLars Grefer <eclipse@larsgrefer.de>2020-08-13 18:31:20 +0200
commit551039d920aab19cc0ed926b5372b3c0cd9796a2 (patch)
tree70413eb5184d8dca6cfd1f2c28f07c84fd4aeb7b
parent621169bc7e1ddce8f542268510078928741b0ab9 (diff)
downloadaspectj-551039d920aab19cc0ed926b5372b3c0cd9796a2.tar.gz
aspectj-551039d920aab19cc0ed926b5372b3c0cd9796a2.zip
Test more Java versions
Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
-rw-r--r--.github/workflows/maven.yml3
1 files changed, 2 insertions, 1 deletions
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 }}