Skip to content

Commit e4ad6e9

Browse files
committed
[CI] Adds Ruby 3.4
1 parent 1c87be6 commit e4ad6e9

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ steps:
55
matrix:
66
setup:
77
ruby:
8+
- "3.4"
89
- "3.3"
910
- "3.2"
1011
- "3.1"
@@ -19,11 +20,11 @@ steps:
1920
transport: "8.3"
2021
# Test for different versions of transport
2122
- with:
22-
ruby: "3.3"
23+
ruby: "3.4"
2324
ruby_source: "ruby"
2425
transport: "main"
2526
- with:
26-
ruby: "3.3"
27+
ruby: "3.4"
2728
ruby_source: "ruby"
2829
transport: "8.2"
2930
env:

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: ruby/setup-ruby@v1
99
with:
10-
ruby-version: '3.3'
10+
ruby-version: '3.4'
1111
- name: Check license headers
1212
run: |
1313
ruby ./.github/check_license_headers.rb

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: ['3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4']
17+
ruby: ['3.1', '3.2', '3.3', '3.4', 'jruby-9.3', 'jruby-9.4']
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/otel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
ruby: [ '3.3', 'jruby-9.4' ]
19+
ruby: ['3.4', 'jruby-9.4']
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)