Skip to content

Commit

Permalink
Update Elasticsearch version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen authored Jun 15, 2024
1 parent a1ee4da commit fe1fe3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
strategy:
matrix:
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021", "adobe@2023" ]
ELASTICSEARCH_VERSION: [ "7.17.8", "8.6.1" ]
ELASTICSEARCH_VERSION: [ "7.17.8", "8.14.1" ]
experimental: [false]
coldboxVersion: [ "^6.0.0", "^7.0.0" ]
include:
- cfengine: "lucee@be"
ELASTICSEARCH_VERSION: "8.6.1"
ELASTICSEARCH_VERSION: "8.14.1"
coldboxVersion: "^7.0.0"
experimental: true
steps:
Expand Down

0 comments on commit fe1fe3a

Please sign in to comment.