From e79fd23f30e9be632b69e155f5da55fb23826a1a Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Wed, 21 Feb 2024 10:06:57 +1100 Subject: [PATCH] test build targetting java 11 --- .github/workflows/main.yml | 4 ++-- ant/build-core.xml | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3a771c02d..73da1978a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: LUCEE_BUILD_JAVA_VERSION: required: true type: string - default: '8' + default: '11' push: branches: - '**' # thus ignoring tagging @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest env: DO_DEPLOY: "${{ github.event_name == 'push' && github.ref == 'refs/heads/5.4' }}" - LUCEE_BUILD_JAVA_VERSION: 8 + LUCEE_BUILD_JAVA_VERSION: 11 LUCEE_TEST_JAVA_VERSION: '' services: sql-server: diff --git a/ant/build-core.xml b/ant/build-core.xml index a2f5e55fd3..0de1b51fab 100644 --- a/ant/build-core.xml +++ b/ant/build-core.xml @@ -651,8 +651,6 @@ @@ -671,8 +669,6 @@ @@ -707,8 +703,6 @@