Skip to content

Commit

Permalink
moving to latest commandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jan 13, 2025
1 parent 43b2fbe commit 33993c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ jobs:
strategy:
fail-fast: false
matrix:
commandbox_version: [ "6.1.0-rc" ]
commandbox_version: [ "6.1.0" ]
cfengine: [ "lucee@5", "lucee@6", "adobe@2021", "adobe@2023" ]
jdkVersion: [ "11" ]
experimental: [false]
include:
- cfengine: "boxlang@1"
commandbox_version: "6.1.0-rc"
commandbox_version: "6.1.0"
jdkVersion: "21"
experimental: false
- cfengine: "lucee@6"
commandbox_version: "6.1.0-rc"
commandbox_version: "6.1.0"
jdkVersion: "17"
experimental: true
- cfengine: "adobe@2023"
commandbox_version: "6.1.0-rc"
commandbox_version: "6.1.0"
jdkVersion: "17"
experimental: true
steps:
Expand Down

0 comments on commit 33993c0

Please sign in to comment.