We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4ce90 commit e163dfcCopy full SHA for e163dfc
2 files changed
.github/workflows/tests.yml
@@ -32,10 +32,11 @@ jobs:
32
33
- name: Start server
34
run: |
35
- box server start cfengine=${{ matrix.cfengine }} --noSaveSettings
36
if [[ "${{ matrix.cfengine }}" == *"boxlang"* ]] ; then
37
box run-script bx-modules:install
38
box server restart
+ else
39
+ box server start cfengine=${{ matrix.cfengine }} javaVersion=openjdk21 --noSaveSettings
40
fi
41
42
- name: Run TestBox Tests
server-boxlang@be.json
@@ -8,6 +8,10 @@
8
"port":"8500"
9
}
10
},
11
+ "JVM": {
12
+ "heapSize": "1024",
13
+ "javaVersion": "openjdk21_jre"
14
+ },
15
"scripts": {
16
"onServerInitialInstall": "install bx-compat-cfml,bx-esapi"
17
0 commit comments