Skip to content

Commit da9676b

Browse files
committed
drop support for ACF 2018 and Coldbox 6
1 parent a058563 commit da9676b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
cfengine: [ "lucee@5", "lucee@6" ,"adobe@2018", "adobe@2021", "adobe@2023", "adobe@2025", "boxlang-cfml@1" ]
26-
coldboxVersion: [ "^6.0.0", "^7.0.0", "^8.0.0" ]
25+
cfengine: [ "lucee@5", "lucee@6", "adobe@2021", "adobe@2023", "adobe@2025", "boxlang-cfml@1" ]
26+
coldboxVersion: [ "^7.0.0", "^8.0.0" ]
2727
experimental: [ false ]
2828
include:
2929
- coldboxVersion: "^8.0.0"
@@ -38,9 +38,6 @@ jobs:
3838
- coldboxVersion: "be"
3939
cfengine: "lucee@be"
4040
experimental: true
41-
- coldboxVersion: "be"
42-
cfengine: "adobe@2018"
43-
experimental: true
4441
- coldboxVersion: "be"
4542
cfengine: "adobe@2021"
4643
experimental: true
@@ -190,7 +187,7 @@ jobs:
190187
run: |
191188
echo "VERSION=`cat box.json | jq '.version' -r`" >> $GITHUB_ENV
192189
193-
# master or snapshot
190+
# master or snapshotgit
194191
echo "Github Ref is $GITHUB_REF"
195192
echo "BRANCH=master" >> $GITHUB_ENV
196193
if [ $GITHUB_REF == 'refs/heads/development' ]

0 commit comments

Comments
 (0)