Skip to content

Commit a38e2a9

Browse files
authored
Merge pull request #234 from coldbox-modules/copilot/remove-support-for-adobe-2021
Remove Adobe ColdFusion 2021 support
2 parents d119017 + 50108fb commit a38e2a9

File tree

3 files changed

+2
-32
lines changed

3 files changed

+2
-32
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
cfengine: [ "boxlang-cfml@1", "lucee@5", "lucee@6", "adobe@2021", "adobe@2023", "adobe@2025" ]
27+
cfengine: [ "boxlang-cfml@1", "lucee@5", "lucee@6", "adobe@2023", "adobe@2025" ]
2828
steps:
2929
- name: Checkout Repository
3030
uses: actions/checkout@v3
@@ -65,10 +65,7 @@ jobs:
6565
working-directory: ./test-harness
6666
run: |
6767
box server start serverConfigFile="server-${{ matrix.cfengine }}.json" --noSaveSettings --debug
68-
# Install Adobe 2021 cfpm modules
69-
if [[ "${{ matrix.cfengine }}" == "adobe@2021" ]] ; then
70-
box run-script install:2021
71-
fi
68+
# Install Adobe cfpm modules
7269
if [[ "${{ matrix.cfengine }}" == "adobe@2023" ]] ; then
7370
box run-script install:2023
7471
fi

test-harness/box.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@
2828
"runner":"http://localhost:60299/tests/runner.cfm"
2929
},
3030
"scripts":{
31-
"cfpm":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\"' | run",
32-
"cfpm:install2021":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\" install ${1}' | run",
3331
"cfpm:install2023":"echo '\".engine/adobe2023/WEB-INF/cfusion/bin/cfpm.sh\" install ${1}' | run",
3432
"cfpm:install2025":"echo '\".engine/adobe2025/WEB-INF/cfusion/bin/cfpm.sh\" install ${1}' | run",
35-
"install:2021":"run-script cfpm:install2021 zip,debugger",
3633
"install:2023":"run-script cfpm:install2023 zip,debugger",
3734
"install:2025":"run-script cfpm:install2025 zip,debugger"
3835
}

test-harness/[email protected]

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)