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 442436f commit 1344b27
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 @@ -58,10 +58,10 @@ jobs:
MYSQL_PASSWORD: lucee
MYSQL_PORT: 3306
MYSQL_DATABASE: lucee
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 1344b27

Please sign in to comment.