Skip to content

Commit acb28c7

Browse files
committed
[CI] Ruby 3.0 will no longer be supported by new versions of Rails
1 parent c1542c8 commit acb28c7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ruby.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- '3.3'
1717
- '3.2'
1818
- '3.1'
19-
- '3.0'
2019
rails-version:
2120
- '8.0'
2221
- '7.2'
@@ -28,6 +27,12 @@ jobs:
2827
- ruby-version: '3.1'
2928
rails-version: '6.0'
3029

30+
- ruby-version: '3.0'
31+
rails-version: '7.1'
32+
- ruby-version: '3.0'
33+
rails-version: '7.0'
34+
- ruby-version: '3.0'
35+
rails-version: '6.1'
3136
- ruby-version: '3.0'
3237
rails-version: '6.0'
3338

@@ -57,8 +62,6 @@ jobs:
5762
rails-version: '6.1'
5863

5964
exclude:
60-
- ruby-version: '3.0'
61-
rails-version: '7.2'
6265

6366
env:
6467
RUBY_VERSION: ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)