Skip to content

Commit

Permalink
Release 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Oct 2, 2019
1 parent bb37d93 commit 011380f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ executors:
- image: circleci/php:<< parameters.php-version >>-browsers
environment:
CIRCLE_EXECUTOR: stack
- image: docker.elastic.co/elasticsearch/elasticsearch:7.3.0
- image: docker.elastic.co/elasticsearch/elasticsearch:7.4.0
name: elasticsearch
environment:
cluster.name: es-cluster
node.name: es-node
bootstrap.memory_lock: true
discovery.type: single-node
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
- image: docker.elastic.co/app-search/app-search:7.3.0
- image: docker.elastic.co/app-search/app-search:7.4.0
name: appsearch
environment:
elasticsearch.host: http://elasticsearch:9200
Expand Down

0 comments on commit 011380f

Please sign in to comment.