File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,11 @@ jobs:
124124 - ' 8.13.4'
125125 - ' 8.14.3'
126126 - ' 8.15.5'
127+ <<<<<<< HEAD
128+ =======
129+ - ' 8.16.1'
130+ - ' 8.17.0'
131+ >>>>>>> 7cd3452 (Update test matrix to use 8.15.5, 8.16.1, 8.17.0)
127132 steps :
128133 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
129134 - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
@@ -153,7 +158,7 @@ jobs:
153158
154159 - id : setup-fleet
155160 name : Setup Fleet
156- if : matrix.version == '8.10.3' || matrix.version == '8.11.4' || matrix.version == '8.12.2' || matrix.version == '8.13.4' || matrix.version == '8.14.3' || matrix.version == '8.15.5'
161+ if : matrix.version == '8.10.3' || matrix.version == '8.11.4' || matrix.version == '8.12.2' || matrix.version == '8.13.4' || matrix.version == '8.14.3' || matrix.version == '8.15.5' || matrix.version == '8.16.1' || matrix.version == '8.17.0'
157162 run : |-
158163 make setup-kibana-fleet
159164 env :
@@ -162,7 +167,7 @@ jobs:
162167
163168 - id : force-install-synthetics
164169 name : Force install synthetics
165- if : matrix.version == '8.14.3' || matrix.version == '8.15.5'
170+ if : matrix.version == '8.14.3' || matrix.version == '8.15.5' || matrix.version == '8.16.1' || matrix.version == '8.17.0'
166171 run : |-
167172 for i in {1..5}; do curl -s -H "Authorization: ApiKey ${{ steps.get-api-key.outputs.apikey }}" --header "Content-Type: application/json" --header "kbn-xsrf: true" --request POST --data '{ "force": true }' http://localhost:5601/api/fleet/epm/packages/synthetics/1.2.2 && break || sleep 15; done
168173
You can’t perform that action at this time.
0 commit comments