From a307e621bc78c47467c2f2f7a576412acb74fe6e Mon Sep 17 00:00:00 2001 From: apmmachine Date: Fri, 15 Dec 2023 15:04:12 +0000 Subject: [PATCH] chore: Update elastic stack version to 8.11.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9595fcd5..5353e9d2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: matrix: stack-version: - '8.0.0-SNAPSHOT' - - '8.11.1' + - '8.11.3' scope: - '@elastic/apm-rum' - '@elastic/apm-rum-core' @@ -104,4 +104,4 @@ jobs: uses: ./.github/workflows/run-test with: goal: 'coverage' - stack-version: '8.11.1' + stack-version: '8.11.3'