Skip to content

Commit

Permalink
[FEATURE] Add official support for Ruby 3.3 (#156)
Browse files Browse the repository at this point in the history
Fixes #155
  • Loading branch information
oliverklee authored Jan 12, 2024
1 parent e4a8cd5 commit 621b409
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 'Set up Ruby'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2'
ruby-version: '3.3.0'
- name: 'Check the environment'
run: |
ruby --version
Expand Down Expand Up @@ -62,9 +62,12 @@ jobs:
- { 'rails': '6.1', 'ruby': '3.0.6' }
- { 'rails': '6.1', 'ruby': '3.1.4' }
- { 'rails': '6.1', 'ruby': '3.2.2' }
- { 'rails': '6.1', 'ruby': '3.3.0' }
- { 'rails': '7.0', 'ruby': '3.0.6' }
- { 'rails': '7.0', 'ruby': '3.1.4' }
- { 'rails': '7.0', 'ruby': '3.2.2' }
- { 'rails': '7.0', 'ruby': '3.3.0' }
- { 'rails': '7.1', 'ruby': '3.0.6' }
- { 'rails': '7.1', 'ruby': '3.1.4' }
- { 'rails': '7.1', 'ruby': '3.2.2' }
- { 'rails': '7.1', 'ruby': '3.3.0' }
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: 'Set up Ruby'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2'
ruby-version: '3.3.0'

- name: 'Publish to RubyGems'
run: |
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added

- Add official support for Ruby 3.3 (#156)

### Changed

### Deprecated
Expand Down

0 comments on commit 621b409

Please sign in to comment.