Skip to content

Commit 24c5cd4

Browse files
Add support to Ruby 3.3 (no changes required)
Exclude previous Ruby versions from running against Rails main, since it only supports Ruby 3.1+ now.
1 parent ae5fd7c commit 24c5cd4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/test.yml

+9
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- gemfiles/Gemfile-rails-6-0
1414
- gemfiles/Gemfile-rails-5-2
1515
ruby:
16+
- '3.3'
1617
- '3.2'
1718
- '3.1'
1819
- '3.0'
@@ -24,6 +25,10 @@ jobs:
2425
ruby: '2.6'
2526
- gemfile: Gemfile
2627
ruby: '2.5'
28+
- gemfile: gemfiles/Gemfile-rails-main
29+
ruby: '3.0'
30+
- gemfile: gemfiles/Gemfile-rails-main
31+
ruby: '2.7'
2732
- gemfile: gemfiles/Gemfile-rails-main
2833
ruby: '2.6'
2934
- gemfile: gemfiles/Gemfile-rails-main
@@ -32,10 +37,14 @@ jobs:
3237
ruby: '2.6'
3338
- gemfile: gemfiles/Gemfile-rails-7-0
3439
ruby: '2.5'
40+
- gemfile: gemfiles/Gemfile-rails-6-0
41+
ruby: '3.3'
3542
- gemfile: gemfiles/Gemfile-rails-6-0
3643
ruby: '3.2'
3744
- gemfile: gemfiles/Gemfile-rails-6-0
3845
ruby: '3.1'
46+
- gemfile: gemfiles/Gemfile-rails-5-2
47+
ruby: '3.3'
3948
- gemfile: gemfiles/Gemfile-rails-5-2
4049
ruby: '3.2'
4150
- gemfile: gemfiles/Gemfile-rails-5-2

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Unreleased
2+
3+
* Add support to Ruby 3.3. (no changes required.)
4+
15
## 5.3.0
26

37
* Add support for Rails 7.1. (no meaningful changes required.)

0 commit comments

Comments
 (0)