Commit bac56f5 1 parent d37299d commit bac56f5 Copy full SHA for bac56f5
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -32,22 +32,26 @@ jobs:
32
32
javaVersion : [ "11" ]
33
33
ELASTICSEARCH_VERSION : [ "7.17.10", "8.14.1" ]
34
34
experimental : [ false ]
35
+ commandboxVersion : [ "6.1.0" ]
35
36
include :
36
37
- cfengine : " lucee@6"
37
38
coldboxVersion : " ^7"
38
39
javaVersion : " 21"
39
40
ELASTICSEARCH_VERSION : " 8.14.1"
40
41
experimental : true
42
+ commandboxVersion : " 6.1.0"
41
43
- cfengine : " boxlang@1"
42
44
coldboxVersion : " be"
43
45
javaVersion : " 21"
44
46
ELASTICSEARCH_VERSION : " 8.14.1"
45
47
experimental : true
48
+ commandboxVersion : " 6.2.0-alpha"
46
49
- cfengine : " boxlang@1"
47
50
coldboxVersion : " be"
48
51
javaVersion : " 21"
49
52
ELASTICSEARCH_VERSION : " 7.17.10"
50
53
experimental : true
54
+ commandboxVersion : " 6.2.0-alpha"
51
55
steps :
52
56
- name : Checkout Repository
53
57
uses : actions/checkout@v4
60
64
61
65
- name : Setup CommandBox CLI
62
66
uses :
Ortus-Solutions/[email protected]
67
+ with :
68
+ version : " ${{ matrix.commandboxVersion }}"
63
69
64
70
- name : Set ColdBox Version
65
71
working-directory : ./test-harness
You can’t perform that action at this time.
0 commit comments