Skip to content

Commit fb2624a

Browse files
committed
change default to be 6.3.0.1
1 parent eabb8c7 commit fb2624a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Default `ant` will run the `sample/index.cfm` file
1414

1515
You can specify:
1616

17-
- Lucee version `-DluceeVersion=` (default `5.4.2.17` )
18-
- Lucee version by query `-DluceeVersionQuery="5.4/stable/light`
17+
- Lucee version `-DluceeVersion=` default `6.0.3.1`, (ie. 6.3.0.1, light-6.3.0.1, zero-6.3.0.1 )
18+
- Lucee version by query `-DluceeVersionQuery="5.4/stable/light` ( optional overrides luceeVersion, (version)/(stable/rc/snapshot)/(jar,light/zero) )
1919
- Webroot `-Dwebroot=` (default `tests/`)
2020
- CFML Script to run, `-Dexecute=` (default `/index.cfm`)
2121
- run script via include or _internalRequest (which runs the Application.cfc if present, default ) `-DexecuteScriptByInclude="true"`
@@ -60,8 +60,8 @@ To use as a GitHub Action, to run the PDF tests after building the PDF Extension
6060
with:
6161
webroot: ${{ github.workspace }}/lucee/test
6262
execute: /bootstrap-tests.cfm
63-
luceeVersion: ${{ env.luceeVersion }} (ie. 6.3.0.1, light-6.3.0.1, zero-6.3.0.1)
64-
luceeVersionQuery: 5.4/stable/light (optional, overrides luceeVersion. (version)/(stable/rc/snapshot)/(jar,light/zero) )
63+
luceeVersion: ${{ env.luceeVersion }}
64+
luceeVersionQuery: 5.4/stable/light (optional, overrides luceeVersion )
6565
extensions: (optional list of extension guids to install)
6666
extensionDir: ${{ github.workspace }}/dist (for testing building an extension with CI)
6767
antFlags: -d or -v etc (optional, good for debugging any ant issues)

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

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

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

0 commit comments

Comments
 (0)