Skip to content

Commit

Permalink
Merge pull request #69 from m-nakamura145/support-ruby-3.3
Browse files Browse the repository at this point in the history
Support Ruby 3.3
  • Loading branch information
sferik authored Jan 11, 2024
2 parents eefaf70 + 1a4480a commit 67ad482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, head ]
ruby: [ 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, head ]
steps:
- uses: actions/checkout@v2
- name: Setup ruby
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ implementations:
* Ruby 3.0
* Ruby 3.1
* Ruby 3.2
* Ruby 3.3
* [JRuby][]

[jruby]: https://www.jruby.org/
Expand Down

0 comments on commit 67ad482

Please sign in to comment.