diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8455e59df..0845a3e84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: matrix: stack-version: - '8.2.0-SNAPSHOT' - - '8.19.8' + - '8.19.10' scope: - '@elastic/apm-rum' - '@elastic/apm-rum-core' diff --git a/.github/workflows/microbenchmark.yml b/.github/workflows/microbenchmark.yml index 27080d6a1..ceb64ded3 100644 --- a/.github/workflows/microbenchmark.yml +++ b/.github/workflows/microbenchmark.yml @@ -5,7 +5,7 @@ on: inputs: stack_version: description: 'Stack Version' - default: '8.19.8' + default: '8.19.10' required: false push: branches: @@ -26,7 +26,7 @@ jobs: - name: Run buildkite pipeline uses: elastic/oblt-actions/buildkite/run@v1 env: - STACK_VERSION: ${{ inputs.stack_version || '8.19.8' }} + STACK_VERSION: ${{ inputs.stack_version || '8.19.10' }} with: token: ${{ secrets.BUILDKITE_TOKEN }} pipeline: apm-agent-microbenchmark