Skip to content

Commit ce4d128

Browse files
committed
Update test matrix to use 8.15.5, 8.16.1, 8.17.0
1 parent da9fdb8 commit ce4d128

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ jobs:
123123
- '8.12.2'
124124
- '8.13.4'
125125
- '8.14.3'
126-
- '8.15.3'
126+
- '8.15.5'
127+
- '8.16.1'
128+
- '8.17.0'
127129
steps:
128130
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
129131
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
@@ -153,7 +155,7 @@ jobs:
153155

154156
- id: setup-fleet
155157
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.3'
158+
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'
157159
run: |-
158160
make setup-kibana-fleet
159161
env:
@@ -162,7 +164,7 @@ jobs:
162164

163165
- id: force-install-synthetics
164166
name: Force install synthetics
165-
if: matrix.version == '8.14.3' || matrix.version == '8.15.3'
167+
if: matrix.version == '8.14.3' || matrix.version == '8.15.5' || matrix.version == '8.16.1' || matrix.version == '8.17.0'
166168
run: |-
167169
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
168170

0 commit comments

Comments
 (0)