Skip to content

Commit ea07e07

Browse files
committed
squash: update jruby
1 parent 42112c3 commit ea07e07

File tree

23 files changed

+49
-130
lines changed

23 files changed

+49
-130
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ what happened and what you expected with a link to the relevant portion of the s
2626

2727
Operating system details: Linux, Ubuntu 20.04 LTS
2828
RUBY_ENGINE: "ruby"
29-
RUBY_VERSION: "3.1.1"
30-
RUBY_DESCRIPTION: "ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [arm64-darwin21]"
29+
RUBY_VERSION: "3.4"
30+
RUBY_DESCRIPTION: "ruby 3.4.1 (2024-12-25 revision 48d4efcb85)"
3131

3232
**Share a simplified reproduction if possible**
3333

.github/workflows/ci-contrib.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: ./.github/actions/test_gem
5858
with:
5959
gem: "opentelemetry-helpers-${{ matrix.gem }}"
60-
ruby: "jruby-9.4.12.0"
60+
ruby: "jruby-10.0.2.0"
6161

6262
propagators:
6363
strategy:
@@ -97,7 +97,7 @@ jobs:
9797
uses: ./.github/actions/test_gem
9898
with:
9999
gem: "opentelemetry-propagator-${{ matrix.gem }}"
100-
ruby: "jruby-9.4.12.0"
100+
ruby: "jruby-10.0.2.0"
101101

102102
resource-detectors:
103103
strategy:
@@ -138,7 +138,7 @@ jobs:
138138
uses: ./.github/actions/test_gem
139139
with:
140140
gem: "opentelemetry-${{ matrix.gem }}"
141-
ruby: "jruby-9.4.12.0"
141+
ruby: "jruby-10.0.2.0"
142142

143143
processors:
144144
strategy:
@@ -176,7 +176,7 @@ jobs:
176176
uses: ./.github/actions/test_gem
177177
with:
178178
gem: "opentelemetry-processor-${{ matrix.gem }}"
179-
ruby: "jruby-9.4.12.0"
179+
ruby: "jruby-10.0.2.0"
180180

181181
samplers:
182182
strategy:
@@ -214,4 +214,4 @@ jobs:
214214
uses: ./.github/actions/test_gem
215215
with:
216216
gem: "opentelemetry-sampler-${{ matrix.gem }}"
217-
ruby: "jruby-9.4.12.0"
217+
ruby: "jruby-10.0.2.0"

.github/workflows/ci-instrumentation-with-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: ./.github/actions/test_gem
5656
with:
5757
gem: "opentelemetry-instrumentation-${{ matrix.gem }}"
58-
ruby: "jruby-9.4.12.0"
58+
ruby: "jruby-10.0.2.0"
5959
services:
6060
memcached:
6161
image: memcached:alpine

.github/workflows/ci-instrumentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ jobs:
112112
uses: ./.github/actions/test_gem
113113
with:
114114
gem: "opentelemetry-instrumentation-${{ matrix.gem }}"
115-
ruby: "jruby-9.4.12.0"
115+
ruby: "jruby-10.0.2.0"

.github/workflows/installation-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- 3.4
2222
- 3.3
2323
- 3.2
24-
- 3.1
2524
name: ${{ matrix.ruby-version }}
2625
runs-on: ubuntu-latest
2726
steps:

.github/workflows/release-hook-on-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write # required for updating release PRs
1515
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby-contrib' }}
1616
env:
17-
ruby_version: "3.1"
17+
ruby-version: "3.2"
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Install Ruby ${{ env.ruby_version }}

.github/workflows/release-hook-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write # required for updating release PRs
1616
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby-contrib' }}
1717
env:
18-
ruby_version: "3.1"
18+
ruby-version: "3.2"
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Install Ruby ${{ env.ruby_version }}

.github/workflows/release-perform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pull-requests: write # required for creating release PRs
2525
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby-contrib' }}
2626
env:
27-
ruby_version: "3.1"
27+
ruby-version: "3.2"
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Install Ruby ${{ env.ruby_version }}

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- uses: ruby/[email protected]
6161
with:
62-
ruby-version: "3.1"
62+
ruby-version: "3.2"
6363
bundler: latest
6464
bundler-cache: false
6565
working-directory: ${{ matrix.path }}

.github/workflows/release-request-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write # required for creating release PRs
1515
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby-contrib' }}
1616
env:
17-
ruby_version: "3.1"
17+
ruby-version: "3.2"
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Install Ruby ${{ env.ruby_version }}

0 commit comments

Comments
 (0)