Skip to content

Commit

Permalink
updates for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed May 13, 2024
1 parent 5fe203b commit d0d9f7e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,17 @@ jobs:
strategy:
fail-fast: false
matrix:
commandbox_version: [ "6.0.0" ]
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"
jdkVersion: "11"
experimental: true
- cfengine: "lucee@6"
commandbox_version: "6.0.0"
commandbox_version: "6.0.1"
jdkVersion: "17"
experimental: true
- cfengine: "adobe@2023"
commandbox_version: "6.0.0"
commandbox_version: "6.0.1"
jdkVersion: "17"
experimental: true
steps:
Expand Down

0 comments on commit d0d9f7e

Please sign in to comment.