Skip to content

Commit

Permalink
updating to use latest commandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Dec 9, 2024
1 parent 88faa0e commit dbac627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
strategy:
fail-fast: false
matrix:
commandbox_version: [ "6.0.1" ]
commandbox_version: [ "6.1.0" ]
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021", "adobe@2023" ]
jdkVersion: [ "11" ]
experimental: [false]
include:
- cfengine: "lucee@6"
jdkVersion: "17"
commandbox_version: "6.0.1"
commandbox_version: "6.1.0"
experimental: true
- cfengine: "adobe@2023"
jdkVersion: "17"
commandbox_version: "6.0.1"
commandbox_version: "6.1.0"
experimental: false
steps:
- name: Checkout Repository
Expand Down

0 comments on commit dbac627

Please sign in to comment.