Skip to content

Commit

Permalink
[CI] Adds Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Dec 27, 2024
1 parent 190e49a commit 98ec993
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ steps:
- "free"
- "platinum"
ruby:
- "3.4"
- "3.3"
- "3.2"
- "3.1"
Expand Down Expand Up @@ -66,7 +67,7 @@ steps:
agents:
provider: "gcp"
env:
RUBY_VERSION: "3.3"
RUBY_VERSION: "3.4"
STACK_VERSION: 8.18.0-SNAPSHOT
ES_YAML_TESTS_BRANCH: 8.x
TRANSPORT_VERSION: "8.3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/8.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4', 'jruby-9.3', 'jruby-9.4' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '3.4'
- name: Check license headers
run: |
ruby ./.github/check_license_headers.rb
2 changes: 1 addition & 1 deletion .github/workflows/otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.3', 'jruby-9.4' ]
ruby: ['3.4', 'jruby-9.4']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 98ec993

Please sign in to comment.