Skip to content

Commit 98ec993

Browse files
committed
[CI] Adds Ruby 3.4
1 parent 190e49a commit 98ec993

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ steps:
1515
- "free"
1616
- "platinum"
1717
ruby:
18+
- "3.4"
1819
- "3.3"
1920
- "3.2"
2021
- "3.1"
@@ -66,7 +67,7 @@ steps:
6667
agents:
6768
provider: "gcp"
6869
env:
69-
RUBY_VERSION: "3.3"
70+
RUBY_VERSION: "3.4"
7071
STACK_VERSION: 8.18.0-SNAPSHOT
7172
ES_YAML_TESTS_BRANCH: 8.x
7273
TRANSPORT_VERSION: "8.3"

.github/workflows/8.x.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.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
17+
ruby: [ '3.0', '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/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/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)