Skip to content

Commit

Permalink
move version defintions to a env var, that can be managed central for…
Browse files Browse the repository at this point in the history
… all repos
michaeloffner committed Jun 24, 2024
1 parent 1b74d6b commit 8cdad1a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8cdad1a

Please sign in to comment.