From 193f808b69a07f7d5a658f111629c160ac422c79 Mon Sep 17 00:00:00 2001 From: Rawi01 Date: Wed, 24 Mar 2021 09:32:06 +0100 Subject: Update ant.yml --- .github/workflows/ant.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index ec743350..c7ef99ad 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -40,11 +40,13 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - jdk: [8, 9, 10, 11, 12, 13, 14, 15, 16] + jdk: [11, 12, 13, 14, 15, 16] goal: [javacCurrent] include: - - jdk: 8 + - jdk: 11 goal: javac6 + - jdk: 11 + goal: javac8 fail-fast: false steps: @@ -72,7 +74,6 @@ jobs: test-eclipse: - needs: build runs-on: ubuntu-latest strategy: matrix: @@ -87,11 +88,6 @@ jobs: uses: actions/setup-java@v1 with: java-version: 11 - - - uses: actions/download-artifact@v2 - with: - name: lombok.jar - path: dist/lombok.jar - name: Cache dependencies uses: actions/cache@v2 @@ -104,4 +100,4 @@ jobs: ${{ runner.os }}- - name: Build with Ant - run: ant -noinput -buildfile build.xml test.${{ matrix.version }} \ No newline at end of file + run: ant -noinput dist test.${{ matrix.version }} \ No newline at end of file -- cgit