Skip to content

Commit e3e2a59

Browse files
committed
removing boxlang until bx-mail resolves its configuraiton issues
1 parent 6e0bd3c commit e3e2a59

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
cfengine: [ "boxlang-cfml@1", "lucee@5", "lucee@6", "adobe@2021", "adobe@2023" ]
21+
cfengine: [ "lucee@5", "lucee@6", "adobe@2021", "adobe@2023" ]
2222
coldboxVersion: [ "^7.0.0" ]
2323
experimental: [ false ]
2424
# Experimental: ColdBox BE vs All Engines

[email protected]

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name":"cbmailservices-boxlang@1",
2+
"name":"cbmailservices-boxlang@1",
33
"app":{
44
"serverHomeDirectory":".engine/boxlang",
55
"cfengine":"boxlang@be"
@@ -11,8 +11,8 @@
1111
"rewrites":{
1212
"enable":"true"
1313
},
14-
"webroot": "test-harness",
15-
"aliases":{
14+
"webroot":"test-harness",
15+
"aliases":{
1616
"/moduleroot/cbmailservices":"../"
1717
}
1818
},
@@ -21,12 +21,11 @@
2121
"javaVersion":"openjdk21_jre",
2222
"args":"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8888"
2323
},
24-
"openBrowser":"false",
24+
"openBrowser":"false",
2525
"cfconfig":{
2626
"file":".cfconfig.json"
2727
},
28-
"env":{
29-
},
28+
"env":{},
3029
"scripts":{
3130
"onServerInitialInstall":"install bx-compat-cfml,bx-mail@be --noSave"
3231
}

0 commit comments

Comments
 (0)