Skip to content

Commit

Permalink
Merge pull request #137 from m-nakamura145/update-ci-matrix
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to CI matrix
  • Loading branch information
byroot authored Jan 11, 2024
2 parents 42f07a4 + bd090ea commit 2cd68e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.2', '3.1', '3.0', '2.7', '2.6', '2.5', 'jruby', 'truffleruby', 'truffleruby+graalvm' ]
ruby: [ '3.3', '3.2', '3.1', '3.0', '2.7', '2.6', '2.5', 'jruby', 'truffleruby', 'truffleruby+graalvm' ]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.2', '3.1', '3.0', '2.7', '2.6', '2.5' ]
ruby: [ '3.3', '3.2', '3.1', '3.0', '2.7', '2.6', '2.5' ]
runs-on: macos-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 2cd68e4

Please sign in to comment.