Skip to content

Commit 3fffde1

Browse files
[updatecli] Bump elastic stack version to 8.19.7 (#1657)
1 parent 3640506 commit 3fffde1

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.2.0-SNAPSHOT'
69-
- '8.19.6'
69+
- '8.19.7'
7070
scope:
7171
- '@elastic/apm-rum'
7272
- '@elastic/apm-rum-core'
@@ -118,4 +118,4 @@ jobs:
118118
uses: ./.github/workflows/run-test
119119
with:
120120
goal: 'coverage'
121-
stack-version: '8.19.6'
121+
stack-version: '8.19.7'

.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.19.6'
8+
default: '8.19.7'
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.19.6' }}
29+
STACK_VERSION: ${{ inputs.stack_version || '8.19.7' }}
3030
with:
3131
token: ${{ secrets.BUILDKITE_TOKEN }}
3232
pipeline: apm-agent-microbenchmark

0 commit comments

Comments
 (0)