We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d702050 commit 0162d3bCopy full SHA for 0162d3b
.github/workflows/plugins-ci-elasticsearch.yml
@@ -8,6 +8,11 @@ on:
8
required: false
9
default: 'fastify'
10
type: string
11
+ elasticsearch-version:
12
+ description: 'The version of Elasticsearch to use.'
13
+ required: true
14
+ default: '8.15.2'
15
+ type: string
16
license-check:
17
description: 'Check licenses'
18
@@ -104,7 +109,7 @@ jobs:
104
109
node-version: ${{ fromJson(inputs.node-versions) }}
105
110
services:
106
111
elasticsearch:
107
- image: elasticsearch:8.15.2
112
+ image: elasticsearch:${{ inputs.elasticsearch-version }}
108
113
ports:
114
- '9200:9200'
115
- '9300:9300'
0 commit comments