Skip to content

Commit 5b01fa9

Browse files
committed
removing 2023 due to cfpm being unstable
1 parent bf100af commit 5b01fa9

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,25 @@ jobs:
1818
env:
1919
DB_USER: root
2020
DB_PASSWORD: root
21+
COMMANDBOX_VERSION: 6.2.1
2122
continue-on-error: ${{ matrix.experimental }}
2223
strategy:
2324
fail-fast: false
2425
matrix:
25-
commandbox_version: [ "6.2.0" ]
26-
cfengine: [ "boxlang-cfml@1", "lucee@5", "lucee@6", "adobe@2023", "adobe@2025" ]
26+
cfengine: [ "boxlang-cfml@1", "lucee@5", "lucee@6", "adobe@2025" ]
2727
jdkVersion: [ "21" ]
2828
experimental: [ false ]
2929
timeoutMinutes: [ 8 ]
3030
include:
31-
- commandbox_version: "6.2.0"
32-
cfengine: "boxlang-cfml@be"
31+
- cfengine: "boxlang-cfml@be"
3332
jdkVersion: "21"
3433
experimental: true
3534
timeoutMinutes: 8
35+
# Added here, due to cfpm crapping out too often, and I can't build
36+
- cfengine: "adobe@2023"
37+
jdkVersion: "11"
38+
experimental: true
39+
timeoutMinutes: 8
3640
steps:
3741
- name: Checkout Repository
3842
uses: actions/checkout@v4
@@ -52,7 +56,7 @@ jobs:
5256
- name: Setup CommandBox CLI
5357
uses: Ortus-Solutions/setup-commandbox@v2.0.1
5458
with:
55-
version: ${{ matrix.commandbox_version }}
59+
version: ${{ env.COMMANDBOX_VERSION }}
5660
install: commandbox-boxlang
5761

5862
- name: Setup .env For Runner

0 commit comments

Comments
 (0)