Skip to content

Commit

Permalink
[CI] Adds Ruby 3.3 to test matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Dec 27, 2023
1 parent ed6ebe3 commit 6bda685
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ steps:
- "free"
- "platinum"
ruby:
- "3.3"
- "3.2"
- "3.1"
- "3.0"
Expand All @@ -24,6 +25,10 @@ steps:
# Only run platinum once for the latest Ruby. You can use lots of combinations, check the
# documentation on https://buildkite.com/docs/pipelines/build-matrix for more information.
adjustments:
- with:
suite: "platinum"
ruby: "3.2"
skip: true
- with:
suite: "platinum"
ruby: "3.1"
Expand All @@ -34,17 +39,17 @@ steps:
skip: true
- with:
suite: "free"
ruby: "3.2"
ruby: "3.3"
ruby_source: "ruby"
transport: "8.0"
- with:
suite: "free"
ruby: "3.2"
ruby: "3.3"
ruby_source: "ruby"
transport: "8.1"
- with:
suite: "free"
ruby: "3.2"
ruby: "3.3"
ruby_source: "ruby"
transport: "main"
- with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.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', 'jruby-9.3', 'jruby-9.4' ]
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6bda685

Please sign in to comment.