Skip to content

Commit

Permalink
change env var name from LUCEE_VERSIONS to LUCEE_TEST_VERSIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 24, 2024
1 parent d6dddc7 commit e753cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
S3_GOOGLE_SECRET_KEY: ${{ secrets.S3_GOOGLE_SECRET_KEY }}
S3_GOOGLE_HOST: storage.googleapis.com
S3_GOOGLE_BUCKET_PREFIX: lucee-ldev-e-
LUCEE_VERSIONS: ${{ vars.LUCEE_VERSIONS }}
LUCEE_TEST_VERSIONS: ${{ vars.LUCEE_TEST_VERSIONS }}
strategy:
matrix:
lucee: ${{ fromJSON(vars.LUCEE_VERSIONS) }}
lucee: ${{ fromJSON(vars.LUCEE_TEST_VERSIONS) }}
services:
minio:
image: fclairamb/minio-github-actions
Expand Down

0 comments on commit e753cb8

Please sign in to comment.