Skip to content

Commit

Permalink
[CI] Updates otel GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Apr 3, 2024
1 parent 3a11380 commit 2c8521d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 2c8521d

Please sign in to comment.