Skip to content

Commit

Permalink
[FEATURE] Add official support for Ruby 3.3 (#177)
Browse files Browse the repository at this point in the history
Also switch the code quality CI job to Ruby 3.3.

The gem publication CI job will stay at Ruby 3.2 for now
(to play it safe).

Fixes #176
  • Loading branch information
oliverklee authored Jan 19, 2024
1 parent 95b2ffe commit 886730f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 @@ -67,9 +67,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' }
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ about why a change log is important.
## x.y.z

### Added
- Add official support for Ruby 3.3 (#177)

### Changed

Expand Down

0 comments on commit 886730f

Please sign in to comment.