Commit b32c6ec 1 parent a0e6dd6 commit b32c6ec Copy full SHA for b32c6ec
File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ jobs:
45
45
javaVersion : " 21"
46
46
ELASTICSEARCH_VERSION : " 8.14.1"
47
47
experimental : true
48
- commandboxVersion : " 6.2.0-alpha "
48
+ commandboxVersion : " 6.1.0 "
49
49
- cfengine : " boxlang@1"
50
50
coldboxVersion : " be"
51
51
javaVersion : " 21"
52
52
ELASTICSEARCH_VERSION : " 7.17.10"
53
53
experimental : true
54
- commandboxVersion : " 6.2.0-alpha "
54
+ commandboxVersion : " 6.1.0 "
55
55
steps :
56
56
- name : Checkout Repository
57
57
uses : actions/checkout@v4
67
67
with :
68
68
version : " ${{ matrix.commandboxVersion }}"
69
69
70
+ - name : Reinstall CommandBox-Boxlang Module
71
+ working-directory : ./test-harness
72
+ run : |
73
+ box install --force commandbox-boxlang
74
+
70
75
- name : Set ColdBox Version
71
76
working-directory : ./test-harness
72
77
run : |
You can’t perform that action at this time.
0 commit comments