Skip to content

Commit a13447b

Browse files
committed
chore: Update "Test JRuby" version to 9.4.9.0
1 parent 8f6e932 commit a13447b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-contrib.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: ./.github/actions/test_gem
5959
with:
6060
gem: "opentelemetry-helpers-${{ matrix.gem }}"
61-
ruby: "jruby-9.4.8.0"
61+
ruby: "jruby-9.4.9.0"
6262

6363
propagators:
6464
strategy:
@@ -103,7 +103,7 @@ jobs:
103103
uses: ./.github/actions/test_gem
104104
with:
105105
gem: "opentelemetry-propagator-${{ matrix.gem }}"
106-
ruby: "jruby-9.4.8.0"
106+
ruby: "jruby-9.4.9.0"
107107

108108
resource-detectors:
109109
strategy:
@@ -148,7 +148,7 @@ jobs:
148148
uses: ./.github/actions/test_gem
149149
with:
150150
gem: "opentelemetry-${{ matrix.gem }}"
151-
ruby: "jruby-9.4.8.0"
151+
ruby: "jruby-9.4.9.0"
152152

153153
processors:
154154
strategy:
@@ -191,4 +191,4 @@ jobs:
191191
uses: ./.github/actions/test_gem
192192
with:
193193
gem: "opentelemetry-processor-${{ matrix.gem }}"
194-
ruby: "jruby-9.4.8.0"
194+
ruby: "jruby-9.4.9.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: ./.github/actions/test_gem
5757
with:
5858
gem: "opentelemetry-instrumentation-${{ matrix.gem }}"
59-
ruby: "jruby-9.4.8.0"
59+
ruby: "jruby-9.4.9.0"
6060
services:
6161
memcached:
6262
image: memcached:alpine

.github/workflows/ci-instrumentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ jobs:
110110
uses: ./.github/actions/test_gem
111111
with:
112112
gem: "opentelemetry-instrumentation-${{ matrix.gem }}"
113-
ruby: "jruby-9.4.8.0"
113+
ruby: "jruby-9.4.9.0"

0 commit comments

Comments
 (0)