Skip to content

Commit f087696

Browse files
✅ Test against Elasticsearch 8.4.2
1 parent 6e20340 commit f087696

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ blocks:
3131
- env_var: ELIXIR_VERSION
3232
values: ["1.14.0"]
3333
- env_var: ELASTICSEARCH_VERSION
34-
values: ["6.8.13"]
34+
values: ["6.8.13", "8.4.2"]
3535
commands:
3636
- sem-version elixir $ELIXIR_VERSION
3737
- sem-service start postgres

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ services:
77
environment:
88
POSTGRES_HOST_AUTH_METHOD: "trust"
99
elasticsearch:
10-
# image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
11-
image: docker.elastic.co/elasticsearch/elasticsearch:6.8.13
10+
image: docker.elastic.co/elasticsearch/elasticsearch:8.4.2
1211
environment:
1312
- node.name=es01
1413
- bootstrap.memory_lock=true

0 commit comments

Comments
 (0)