Skip to content

Commit 8d8ddb3

Browse files
committed
chore: bump ruby/setup-ruby to 1.214.0; bump jruby
Increase JRuby testing from 9.4.9.0 to 9.4.10.0.
1 parent 809bf42 commit 8d8ddb3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/actions/test_gem/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
# ...but not for appraisals, sadly.
7575
- name: Install Ruby ${{ inputs.ruby }} with dependencies
7676
if: "${{ steps.setup.outputs.appraisals == 'false' }}"
77-
uses: ruby/setup-ruby@v1.213.0
77+
uses: ruby/setup-ruby@v1.214.0
7878
with:
7979
ruby-version: "${{ inputs.ruby }}"
8080
working-directory: "${{ steps.setup.outputs.gem_dir }}"
@@ -85,7 +85,7 @@ runs:
8585
# If we're using appraisals, do it all manually.
8686
- name: Install Ruby ${{ inputs.ruby }} without dependencies
8787
if: "${{ steps.setup.outputs.appraisals == 'true' }}"
88-
uses: ruby/setup-ruby@v1.213.0
88+
uses: ruby/setup-ruby@v1.214.0
8989
with:
9090
ruby-version: "${{ inputs.ruby }}"
9191
bundler: "latest"

.github/workflows/ci-contrib.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: ./.github/actions/test_gem
5454
with:
5555
gem: "opentelemetry-helpers-${{ matrix.gem }}"
56-
ruby: "jruby-9.4.9.0"
56+
ruby: "jruby-9.4.10.0"
5757

5858
propagators:
5959
strategy:
@@ -92,7 +92,7 @@ jobs:
9292
uses: ./.github/actions/test_gem
9393
with:
9494
gem: "opentelemetry-propagator-${{ matrix.gem }}"
95-
ruby: "jruby-9.4.9.0"
95+
ruby: "jruby-9.4.10.0"
9696

9797
resource-detectors:
9898
strategy:
@@ -131,7 +131,7 @@ jobs:
131131
uses: ./.github/actions/test_gem
132132
with:
133133
gem: "opentelemetry-${{ matrix.gem }}"
134-
ruby: "jruby-9.4.9.0"
134+
ruby: "jruby-9.4.10.0"
135135

136136
processors:
137137
strategy:
@@ -168,4 +168,4 @@ jobs:
168168
uses: ./.github/actions/test_gem
169169
with:
170170
gem: "opentelemetry-processor-${{ matrix.gem }}"
171-
ruby: "jruby-9.4.9.0"
171+
ruby: "jruby-9.4.10.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: ./.github/actions/test_gem
5252
with:
5353
gem: "opentelemetry-instrumentation-${{ matrix.gem }}"
54-
ruby: "jruby-9.4.9.0"
54+
ruby: "jruby-9.4.10.0"
5555
services:
5656
memcached:
5757
image: memcached:alpine

.github/workflows/ci-instrumentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ jobs:
108108
uses: ./.github/actions/test_gem
109109
with:
110110
gem: "opentelemetry-instrumentation-${{ matrix.gem }}"
111-
ruby: "jruby-9.4.9.0"
111+
ruby: "jruby-9.4.10.0"

0 commit comments

Comments
 (0)