Skip to content

Commit

Permalink
more boxlang CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Sep 10, 2024
1 parent 1c19933 commit e43ad12
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 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.0.1" ]
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.0.1"
commandbox_version: "6.1.0"
jdkVersion: "21"
experimental: false
- cfengine: "lucee@6"
commandbox_version: "6.0.1"
commandbox_version: "6.1.0"
jdkVersion: "17"
experimental: true
- cfengine: "adobe@2023"
commandbox_version: "6.0.1"
commandbox_version: "6.1.0"
jdkVersion: "17"
experimental: true
steps:
Expand All @@ -50,6 +50,7 @@ jobs:

- name: Install Dependencies
run: |
box install commandbox-boxlang
box install --production
- name: Start ${{ matrix.cfengine }}/${{ matrix.jdkVersion }} Server
Expand Down

0 comments on commit e43ad12

Please sign in to comment.