Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…) Adobe 2023 Certification
  • Loading branch information
lmajano committed May 13, 2024
1 parent a3ceb51 commit b225e25
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3.2.0
uses: actions/checkout@v4

- uses: Ortus-Solutions/[email protected]
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "11"
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Upload Build Artifacts
if: success()
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: testbox
path: |
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
steps:
# Checkout development
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: development

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Code Auto-Formatting
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Auto-format
uses: Ortus-Solutions/[email protected]
Expand Down
22 changes: 7 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,22 @@ jobs:
strategy:
fail-fast: false
matrix:
commandbox_version: [ "5.9.0" ]
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021" ]
jdkVersion: [ "8", "11" ]
commandbox_version: [ "6.0.1" ]
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021", "adobe@2023" ]
jdkVersion: [ "11" ]
experimental: [false]
include:
- cfengine: "lucee@6"
commandbox_version: "6.0.0-alpha"
jdkVersion: "11"
experimental: true
- cfengine: "lucee@6"
commandbox_version: "6.0.0-alpha"
commandbox_version: "6.0.1"
jdkVersion: "17"
experimental: true
- cfengine: "adobe@2023"
commandbox_version: "6.0.0-alpha"
jdkVersion: "11"
experimental: true
- cfengine: "adobe@2023"
commandbox_version: "6.0.0-alpha"
commandbox_version: "6.0.1"
jdkVersion: "17"
experimental: true
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v3
Expand Down Expand Up @@ -86,7 +78,7 @@ jobs:
- name: Upload Debugging Info To Artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.jdkVersion }}
path: |
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [TESTBOX-385](https://ortussolutions.atlassian.net/browse/TESTBOX-385) Remove all unsafe references to evaluate
- [TESTBOX-386](https://ortussolutions.atlassian.net/browse/TESTBOX-386) Add lists of runners to Browser Page
- [TESTBOX-387](https://ortussolutions.atlassian.net/browse/TESTBOX-387) more compats on engine detection
- [TESTBOX-388](https://ortussolutions.atlassian.net/browse/TESTBOX-388) Adobe 2023 Certification

## [5.3.1] - 2023-09-13

Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app":{
"cfengine":"adobe@2023.0.0-beta.1",
"cfengine":"adobe@2023",
"serverHomeDirectory":".engine/adobe2023"
},
"name":"testbox-adobe@2023",
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"app":{
"cfengine":"lucee@6.0.0-SNAPSHOT",
"cfengine":"lucee@6",
"serverHomeDirectory":".engine/lucee6"
},
"cfconfig":{
Expand Down

0 comments on commit b225e25

Please sign in to comment.