Skip to content

Commit 8f0b6e0

Browse files
committed
add boxlang to matrix
1 parent 21edd85 commit 8f0b6e0

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- coldboxVersion: "be"
3636
cfengine: "adobe@2023"
3737
experimental: true
38+
- coldboxVersion: "be"
39+
cfengine: "boxlang@1"
40+
experimental: true
3841
steps:
3942
- name: Checkout Repository
4043
uses: actions/checkout@v4

[email protected]

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"app":{
3+
"cfengine":"boxlang@be",
4+
"serverHomeDirectory":".engine/boxlang"
5+
},
6+
"name":"cbsecurity-boxlang@1",
7+
"force":true,
8+
"openBrowser":false,
9+
"web":{
10+
"directoryBrowsing":true,
11+
"http":{
12+
"port":"60299"
13+
},
14+
"rewrites":{
15+
"enable":"true"
16+
},
17+
"webroot":"test-harness",
18+
"aliases":{
19+
"/moduleroot/cbsecurity":"./"
20+
}
21+
},
22+
"JVM":{
23+
"heapSize":"1024",
24+
"javaVersion":"openjdk21_jdk",
25+
"args":"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9999"
26+
},
27+
"cfconfig":{
28+
"file":".cfconfig.json"
29+
},
30+
"env":{
31+
"BOXLANG_DEBUG":true
32+
},
33+
"scripts":{
34+
"onServerInitialInstall":"install bx-mail,bx-mysql,bx-derby,bx-compat-cfml@be,bx-unsafe-evaluate,bx-esapi --noSave"
35+
}
36+
}

0 commit comments

Comments
 (0)