Skip to content

Commit bac56f5

Browse files
committed
add commandbox version to matrix
1 parent d37299d commit bac56f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,26 @@ jobs:
3232
javaVersion: [ "11" ]
3333
ELASTICSEARCH_VERSION: [ "7.17.10", "8.14.1" ]
3434
experimental: [ false ]
35+
commandboxVersion: [ "6.1.0" ]
3536
include:
3637
- cfengine: "lucee@6"
3738
coldboxVersion: "^7"
3839
javaVersion: "21"
3940
ELASTICSEARCH_VERSION: "8.14.1"
4041
experimental: true
42+
commandboxVersion: "6.1.0"
4143
- cfengine: "boxlang@1"
4244
coldboxVersion: "be"
4345
javaVersion: "21"
4446
ELASTICSEARCH_VERSION: "8.14.1"
4547
experimental: true
48+
commandboxVersion: "6.2.0-alpha"
4649
- cfengine: "boxlang@1"
4750
coldboxVersion: "be"
4851
javaVersion: "21"
4952
ELASTICSEARCH_VERSION: "7.17.10"
5053
experimental: true
54+
commandboxVersion: "6.2.0-alpha"
5155
steps:
5256
- name: Checkout Repository
5357
uses: actions/checkout@v4
@@ -60,6 +64,8 @@ jobs:
6064

6165
- name: Setup CommandBox CLI
6266
uses: Ortus-Solutions/[email protected]
67+
with:
68+
version: "${{ matrix.commandboxVersion }}"
6369

6470
- name: Set ColdBox Version
6571
working-directory: ./test-harness

0 commit comments

Comments
 (0)