From 8cdad1a79643a4cdb4581b2a6f57c48d2bfabc6c Mon Sep 17 00:00:00 2001 From: michaeloffner Date: Mon, 24 Jun 2024 15:07:09 +0200 Subject: [PATCH] move version defintions to a env var, that can be managed central for all repos --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 304aac9..8e77769 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,10 +60,7 @@ jobs: MYSQL_DATABASE: lucee strategy: matrix: - lucee: - - { version: 'light-5.4.6.9', query: '5/all/light' } - - { version: 'light-6.0.3.1', query: '6.0/all/light' } - - { version: 'light-6.1.0.206-SNAPSHOT', query: '6.1/all/light' } + lucee: ${{ fromJSON(env.LUCEE_VERSIONS) }} services: minio: image: fclairamb/minio-github-actions