diff options
Diffstat (limited to '.github/workflows/test-ant.yml')
-rw-r--r-- | .github/workflows/test-ant.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-ant.yml b/.github/workflows/test-ant.yml index 4e46837f4b..7328c61799 100644 --- a/.github/workflows/test-ant.yml +++ b/.github/workflows/test-ant.yml @@ -18,8 +18,8 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - # for now verify JDK 8 and 11 - java: [ '8', '11' ] + # for now verify JDK 8 + java: [ '8' ] name: Java ${{ matrix.java }} build env: |