We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074d0a4 commit b7f2fb5Copy full SHA for b7f2fb5
.github/workflows/microbenchmark.yml
@@ -5,7 +5,7 @@ on:
5
inputs:
6
stack_version:
7
description: 'Stack Version'
8
- default: '8.16.2'
+ default: '8.17.4'
9
required: false
10
push:
11
branches:
@@ -26,7 +26,7 @@ jobs:
26
- name: Run buildkite pipeline
27
uses: elastic/oblt-actions/buildkite/run@v1
28
env:
29
- STACK_VERSION: ${{ inputs.stack_version || '8.16.2' }}
+ STACK_VERSION: ${{ inputs.stack_version || '8.17.4' }}
30
with:
31
token: ${{ secrets.BUILDKITE_TOKEN }}
32
pipeline: apm-agent-microbenchmark
0 commit comments