Skip to content

Commit dee96b6

Browse files
committed
Remove testing for EOL Rubies 3.1 + 3.0
1 parent c6873f9 commit dee96b6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ruby_version: [head, 3.4, 3.3, 3.2, 3.1, '3.0', jruby]
20+
ruby_version: [head, 3.4, 3.3, 3.2, jruby]
2121
gemfile:
2222
- Gemfile
2323
- gemfiles/Gemfile.rails-7.0.x
@@ -26,18 +26,6 @@ jobs:
2626
- gemfiles/Gemfile.rails-8.0.x
2727
- gemfiles/Gemfile.rails-main
2828
exclude:
29-
# Rails 8+ requires at least Ruby 3.2
30-
- ruby_version: '3.1'
31-
gemfile: gemfiles/Gemfile.rails-main
32-
- ruby_version: '3.0'
33-
gemfile: gemfiles/Gemfile.rails-main
34-
- ruby_version: '3.1'
35-
gemfile: gemfiles/Gemfile.rails-8.0.x
36-
- ruby_version: '3.0'
37-
gemfile: gemfiles/Gemfile.rails-8.0.x
38-
# Rails 7.2.x requires at least Ruby 3.1
39-
- ruby_version: '3.0'
40-
gemfile: gemfiles/Gemfile.rails-7.2.x
4129
# JRuby is not supported by Rails 7.0.x
4230
- ruby_version: jruby
4331
gemfile: gemfiles/Gemfile.rails-7.0.x

0 commit comments

Comments
 (0)