Skip to content

Commit 49216d4

Browse files
committed
acf2025 is not ready until we have commandbox patch out
1 parent aa7e7a0 commit 49216d4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,20 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
cfengine: [ "lucee@5", "lucee@6", "adobe@2021", "adobe@2023", "adobe@2025" ]
21+
cfengine: [ "lucee@5", "adobe@2021", "adobe@2023" ]
2222
coldboxVersion: [ "^7" ]
2323
jdkVersion: [ "21" ]
2424
experimental: [ false ]
2525
include:
26+
# Lucee 6 has a regression
27+
- cfengine: "lucee@6"
28+
coldboxVersion: "^7"
29+
jdkVersion: "21"
30+
experimental: true
31+
- cfengine: "adobe@2025"
32+
coldboxVersion: "^7"
33+
jdkVersion: "21"
34+
experimental: true
2635
# ColdBox BE on all allowed distros
2736
# This makes sure we don't have any issues with the BE of ColdBox
2837
- cfengine: "lucee@5"

0 commit comments

Comments
 (0)