CI with Elasticsearch v8.12 (#48763)
This commit is contained in:
@@ -17,7 +17,7 @@ runs:
|
|||||||
with:
|
with:
|
||||||
# Make sure this matches production
|
# Make sure this matches production
|
||||||
# It might also need to match what's available on Docker hub
|
# It might also need to match what's available on Docker hub
|
||||||
elasticsearch version: '8.8.2'
|
elasticsearch version: '8.12.0'
|
||||||
host port: 9200
|
host port: 9200
|
||||||
container port: 9200
|
container port: 9200
|
||||||
host node port: 9300
|
host node port: 9300
|
||||||
|
|||||||
2
.github/workflows/sync-search-pr.yml
vendored
2
.github/workflows/sync-search-pr.yml
vendored
@@ -13,6 +13,8 @@ on:
|
|||||||
- 'package*.json'
|
- 'package*.json'
|
||||||
# Ultimately, for debugging this workflow itself
|
# Ultimately, for debugging this workflow itself
|
||||||
- .github/workflows/sync-search-pr.yml
|
- .github/workflows/sync-search-pr.yml
|
||||||
|
# Make sure we run this if the composite action changes
|
||||||
|
- .github/actions/setup-elasticsearch/action.yml
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user