Skip to content

Commit 7b71ce0

Browse files
committed
Edge Rails no longer supports Ruby < 3.1
1 parent 4390925 commit 7b71ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
gemfile: gemfiles/Gemfile-rails.5.2.x
3535
experimental: [false]
3636
include:
37-
- ruby: 2.7
37+
- ruby: 3.1
3838
os: ubuntu-latest
3939
gemfile: gemfiles/Gemfile-rails-edge
4040
experimental: true
41-
- ruby: "3.0"
41+
- ruby: 3.2
4242
os: ubuntu-latest
4343
gemfile: gemfiles/Gemfile-rails-edge
4444
experimental: true

0 commit comments

Comments
 (0)