Skip to content

Commit 011380f

Browse files
committed
Release 7.4.0
1 parent bb37d93 commit 011380f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ executors:
1515
- image: circleci/php:<< parameters.php-version >>-browsers
1616
environment:
1717
CIRCLE_EXECUTOR: stack
18-
- image: docker.elastic.co/elasticsearch/elasticsearch:7.3.0
18+
- image: docker.elastic.co/elasticsearch/elasticsearch:7.4.0
1919
name: elasticsearch
2020
environment:
2121
cluster.name: es-cluster
2222
node.name: es-node
2323
bootstrap.memory_lock: true
2424
discovery.type: single-node
2525
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
26-
- image: docker.elastic.co/app-search/app-search:7.3.0
26+
- image: docker.elastic.co/app-search/app-search:7.4.0
2727
name: appsearch
2828
environment:
2929
elasticsearch.host: http://elasticsearch:9200

0 commit comments

Comments
 (0)