From 8c02b75cd9d13ba92158c003cf2a2ed8a6b4dcda Mon Sep 17 00:00:00 2001 From: Rawi01 Date: Sun, 18 Apr 2021 16:17:56 +0200 Subject: Add build order --- .github/workflows/ant.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 0997e887..fc79ad51 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -104,6 +104,7 @@ jobs: docker-integration-test: runs-on: ubuntu-latest + needs: build strategy: matrix: jdk: [8, 9, 10, 11, 12, 13, 14, 15, 16] -- cgit