From 2c8521dc577ba76f1e1909b70e3ed83ce794b900 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Wed, 3 Apr 2024 16:56:22 +0100 Subject: [PATCH] [CI] Updates otel GitHub Action --- .github/workflows/otel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/otel.yml b/.github/workflows/otel.yml index a9bd4c4024..717cb47447 100644 --- a/.github/workflows/otel.yml +++ b/.github/workflows/otel.yml @@ -2,10 +2,10 @@ name: opentelemetry on: push: branches: - - main + - 8.13 pull_request: branches: - - main + - 8.13 jobs: test-otel: name: 'Test Open Telemetry' @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '3.2', 'jruby-9.4' ] + ruby: [ '3.3', 'jruby-9.4' ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3