Skip to content

Commit

Permalink
set Lucee test versions dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 24, 2024
1 parent 72dc81b commit 6851df8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@ jobs:
MYSQL_PASSWORD: lucee
MYSQL_PORT: 3306
MYSQL_DATABASE: lucee
LUCEE_VERSIONS: ${{ vars.LUCEE_VERSIONS }}
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(vars.LUCEE_VERSIONS) }}
services:
minio:
image: fclairamb/minio-github-actions
Expand Down

0 comments on commit 6851df8

Please sign in to comment.