Skip to content

Commit

Permalink
Fix elasticsearch matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
esmarkowski committed Mar 4, 2024
1 parent 4978dc6 commit 7457d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{matrix.os}}-latest
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:#{{matrix.elasticsearch}}
image: docker.elastic.co/elasticsearch/elasticsearch:${{matrix.elasticsearch}}
env:
discovery.type: single-node
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
Expand Down

0 comments on commit 7457d8c

Please sign in to comment.