diff options
-rw-r--r-- | .github/workflows/ant.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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] |