Skip to content

Commit

Permalink
ci: Add Ruby 3.3 tests for helpers-* gems
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Jul 11, 2024
1 parent 08f11ae commit 17a0d83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 17a0d83

Please sign in to comment.