Skip to content

Commit 8587a70

Browse files
committed
- Official Adobe 2023 Support
- Gitflows for testing all engines and all versions of ColdBox
1 parent d62d3fc commit 8587a70

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021" ]
22-
coldboxVersion: [ "^6.0.0" ]
21+
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021", "adobe@2023" ]
22+
coldboxVersion: [ "^6.0.0", "^7.0.0" ]
2323
experimental: [ false ]
24+
# Here we tests all engines against ColdBox@BE
2425
include:
25-
- cfengine: "adobe@2023"
26-
coldboxVersion: "^6.0.0"
27-
experimental: true
2826
- coldboxVersion: "be"
2927
cfengine: "lucee@5"
3028
experimental: true
@@ -34,6 +32,9 @@ jobs:
3432
- coldboxVersion: "be"
3533
cfengine: "adobe@2021"
3634
experimental: true
35+
- coldboxVersion: "be"
36+
cfengine: "adobe@2023"
37+
experimental: true
3738
steps:
3839
- name: Checkout Repository
3940
uses: actions/checkout@v3

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
### Added
13+
14+
- Official Adobe 2023 Support
15+
- Gitflows for testing all engines and all versions of ColdBox
16+
1217
## [3.3.0] => 2023-MAR-31
1318

1419
### Added

0 commit comments

Comments
 (0)