Skip to content

Commit

Permalink
update matrix and experimentals
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Jul 25, 2023
1 parent 06e1dd3 commit 3f046ef
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021" ]
ELASTICSEARCH_VERSION: [ "7.17.8", "8.6.1" ]
experimental: [false]
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021", "adobe@2023" ]
coldboxVersion: [ "^6", "^7" ]
ELASTICSEARCH_VERSION: [ "7.17.10", "8.8.1" ]
experimental: [ false ]
include:
- cfengine: "adobe@2023"
ELASTICSEARCH_VERSION: "8.6.1"
- cfengine: "lucee@6"
coldboxVersion: "^7"
ELASTICSEARCH_VERSION: "8.8.1"
experimental: true
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 3f046ef

Please sign in to comment.