diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 105f4c0870..7cf226e968 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,7 @@ jobs: runs-on: ubuntu-latest env: DO_DEPLOY: "${{ github.event_name == 'push' && github.ref == 'refs/heads/5.3.9' }}" + LUCEE_BUILD_JAVA_VERSION: 8 services: sql-server: image: mcr.microsoft.com/mssql/server:2019-latest