Skip to content

Commit

Permalink
GHA: use version query
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed May 31, 2024
1 parent 3c57ff2 commit 32eb06b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main-5.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
webroot: ${{ github.workspace }}/lucee/test
execute: /bootstrap-tests.cfm
luceeVersion: ${{ env.luceeVersion }}
luceeVersionQuery: ${{ env.luceeVersionQuery }}
extensionDir: ${{ github.workspace }}/dist
extensions: 87FE44E5-179C-43A3-A87B3D38BEF4652E # eh-cache extension required
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
webroot: ${{ github.workspace }}/lucee/test
execute: /bootstrap-tests.cfm
luceeVersion: ${{ env.luceeVersion }}
luceeVersionQuery: ${{ env.luceeVersionQuery }}
extensionDir: ${{ github.workspace }}/dist
extensions: 87FE44E5-179C-43A3-A87B3D38BEF4652E # eh-cache extension required
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
webroot: ${{ github.workspace }}/lucee/test
execute: /bootstrap-tests.cfm
luceeVersion: ${{ env.luceeVersion }}
luceeVersionQuery: ${{ env.luceeVersionQuery }}
extensionDir: ${{ github.workspace }}/dist
extensions: 87FE44E5-179C-43A3-A87B3D38BEF4652E # eh-cache extension required
env:
Expand Down

0 comments on commit 32eb06b

Please sign in to comment.