From 17a0d83efef1b97e3e68f0b78c95888126381fab Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Thu, 11 Jul 2024 12:49:20 -0700 Subject: [PATCH] ci: Add Ruby 3.3 tests for helpers-* gems --- .github/workflows/ci-contrib.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-contrib.yml b/.github/workflows/ci-contrib.yml index 5f7490cfa..039662ebc 100644 --- a/.github/workflows/ci-contrib.yml +++ b/.github/workflows/ci-contrib.yml @@ -29,6 +29,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 + - name: "Test Ruby 3.3" + uses: ./.github/actions/test_gem + with: + gem: "opentelemetry-helpers-${{ matrix.gem }}" + ruby: "3.3" - name: "Test Ruby 3.2" uses: ./.github/actions/test_gem with: