Skip to content

Commit f74612d

Browse files
committed
adding 2023 testing
1 parent a8b1ee2 commit f74612d

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
coldboxVersion: [ "^6.0.0" ]
2323
experimental: [ false ]
2424
include:
25+
- cfengine: "adobe@2023"
26+
coldboxVersion: "^6.0.0"
27+
experimental: true
2528
- coldboxVersion: "be"
2629
cfengine: "lucee@5"
2730
experimental: true

[email protected]

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name":"@MODULE_NAME@-adobe@2023",
3+
"app":{
4+
"serverHomeDirectory":".engine/adobe2023",
5+
"cfengine":"[email protected]"
6+
},
7+
"web":{
8+
"http":{
9+
"port":"60299"
10+
},
11+
"rewrites":{
12+
"enable":"true"
13+
},
14+
"webroot": "test-harness",
15+
"aliases":{
16+
"/moduleroot/@MODULE_NAME@":"../"
17+
}
18+
},
19+
"jvm":{
20+
"heapSize":"1024"
21+
},
22+
"openBrowser":"false",
23+
"cfconfig": {
24+
"file" : ".cfconfig.json"
25+
},
26+
"scripts" : {
27+
"onServerInstall":"cfpm install zip,debugger"
28+
}
29+
}

0 commit comments

Comments
 (0)