Skip to content

Commit

Permalink
[updatecli] Bump elastic stack version to 8.15.5 (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 00ce8b5 commit 19f0ee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:
stack-version:
- '8.0.0-SNAPSHOT'
- '8.14.1'
- '8.15.5'
scope:
- '@elastic/apm-rum'
- '@elastic/apm-rum-core'
Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:
uses: ./.github/workflows/run-test
with:
goal: 'coverage'
stack-version: '8.14.1'
stack-version: '8.15.5'
4 changes: 2 additions & 2 deletions .github/workflows/microbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
stack_version:
description: 'Stack Version'
default: '8.14.1'
default: '8.15.5'
required: false
push:
branches:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Run buildkite pipeline
uses: elastic/oblt-actions/buildkite/run@v1
env:
STACK_VERSION: ${{ inputs.stack_version || '8.14.1' }}
STACK_VERSION: ${{ inputs.stack_version || '8.15.5' }}
with:
token: ${{ secrets.BUILDKITE_TOKEN }}
pipeline: apm-agent-microbenchmark
Expand Down

0 comments on commit 19f0ee9

Please sign in to comment.