Skip to content

Commit

Permalink
change default to be 6.3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 11, 2024
1 parent eabb8c7 commit fb2624a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Default `ant` will run the `sample/index.cfm` file

You can specify:

- Lucee version `-DluceeVersion=` (default `5.4.2.17` )
- Lucee version by query `-DluceeVersionQuery="5.4/stable/light`
- Lucee version `-DluceeVersion=` default `6.0.3.1`, (ie. 6.3.0.1, light-6.3.0.1, zero-6.3.0.1 )
- Lucee version by query `-DluceeVersionQuery="5.4/stable/light` ( optional overrides luceeVersion, (version)/(stable/rc/snapshot)/(jar,light/zero) )
- Webroot `-Dwebroot=` (default `tests/`)
- CFML Script to run, `-Dexecute=` (default `/index.cfm`)
- run script via include or _internalRequest (which runs the Application.cfc if present, default ) `-DexecuteScriptByInclude="true"`
Expand Down Expand Up @@ -60,8 +60,8 @@ To use as a GitHub Action, to run the PDF tests after building the PDF Extension
with:
webroot: ${{ github.workspace }}/lucee/test
execute: /bootstrap-tests.cfm
luceeVersion: ${{ env.luceeVersion }} (ie. 6.3.0.1, light-6.3.0.1, zero-6.3.0.1)
luceeVersionQuery: 5.4/stable/light (optional, overrides luceeVersion. (version)/(stable/rc/snapshot)/(jar,light/zero) )
luceeVersion: ${{ env.luceeVersion }}
luceeVersionQuery: 5.4/stable/light (optional, overrides luceeVersion )
extensions: (optional list of extension guids to install)
extensionDir: ${{ github.workspace }}/dist (for testing building an extension with CI)
antFlags: -d or -v etc (optional, good for debugging any ant issues)
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<property name="luceeCdnUrl" value="https://cdn.lucee.org"/>
<property name="luceeUpdateProvider" value="https://update.lucee.org/rest/update/provider/latest/"/>
<property name="luceeVersion" value="5.4.2.17"/>
<property name="luceeVersion" value="6.0.3.1"/>
<property name="luceeVersionQuery" value=""/> <!-- i.e. 5.4/stable/jar -->

<!--<target name="core" depends="setEnv,check-lucee-jar,check-lucee-lco,download-lucee-jar,download-lucee-lco,run-cfml">-->
Expand Down

0 comments on commit fb2624a

Please sign in to comment.