Skip to content

Commit 19f0ee9

Browse files
[updatecli] Bump elastic stack version to 8.15.5 (#1551)
1 parent 00ce8b5 commit 19f0ee9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
stack-version:
6868
- '8.0.0-SNAPSHOT'
69-
- '8.14.1'
69+
- '8.15.5'
7070
scope:
7171
- '@elastic/apm-rum'
7272
- '@elastic/apm-rum-core'
@@ -104,4 +104,4 @@ jobs:
104104
uses: ./.github/workflows/run-test
105105
with:
106106
goal: 'coverage'
107-
stack-version: '8.14.1'
107+
stack-version: '8.15.5'

.github/workflows/microbenchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
stack_version:
77
description: 'Stack Version'
8-
default: '8.14.1'
8+
default: '8.15.5'
99
required: false
1010
push:
1111
branches:
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run buildkite pipeline
2727
uses: elastic/oblt-actions/buildkite/run@v1
2828
env:
29-
STACK_VERSION: ${{ inputs.stack_version || '8.14.1' }}
29+
STACK_VERSION: ${{ inputs.stack_version || '8.15.5' }}
3030
with:
3131
token: ${{ secrets.BUILDKITE_TOKEN }}
3232
pipeline: apm-agent-microbenchmark

0 commit comments

Comments
 (0)