Skip to content

Commit

Permalink
[updatecli] Bump elastic stack version to 8.14.0 (#1501)
Browse files Browse the repository at this point in the history
* chore: Update elastic stack version to 8.14.0

Made with ❤️️ by updatecli

* chore: Update elastic stack version to 8.14.0

Made with ❤️️ by updatecli

---------

Co-authored-by: apmmachine <[email protected]>
Co-authored-by: Alberto Delgado Roda <[email protected]>
  • Loading branch information
3 people authored Jun 7, 2024
1 parent 2b6a80f commit 9e3d8be
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.13.4'
- '8.14.0'
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.13.4'
stack-version: '8.14.0'
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.13.4'
default: '8.14.0'
required: false
push:
branches:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Run buildkite pipeline
uses: elastic/oblt-actions/buildkite/[email protected]
env:
STACK_VERSION: ${{ inputs.stack_version || '8.13.4' }}
STACK_VERSION: ${{ inputs.stack_version || '8.14.0' }}
with:
token: ${{ secrets.BUILDKITE_TOKEN }}
pipeline: apm-agent-microbenchmark
Expand Down

0 comments on commit 9e3d8be

Please sign in to comment.