From 367894e7b875c3fb7d34a71b4cee62187f7c9f0d Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Fri, 21 Jul 2023 17:04:59 +0200 Subject: [PATCH] build: add missing env var --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) 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