Skip to content

Commit 4ff4f6b

Browse files
Exclude Rails main + Ruby 3.2
It dropped support to Ruby 3.2 which is expected to be EOL by 2026-03-31.
1 parent 63c37fc commit 4ff4f6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
ruby: '3.0'
2828
- gemfile: Gemfile
2929
ruby: '2.7'
30+
- gemfile: gemfiles/Gemfile-rails-main
31+
ruby: '3.2'
3032
- gemfile: gemfiles/Gemfile-rails-main
3133
ruby: '3.1'
3234
- gemfile: gemfiles/Gemfile-rails-main

0 commit comments

Comments
 (0)