Skip to content

Commit

Permalink
Edge Rails no longer supports Ruby < 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 25, 2024
1 parent 4390925 commit 7b71ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
gemfile: gemfiles/Gemfile-rails.5.2.x
experimental: [false]
include:
- ruby: 2.7
- ruby: 3.1
os: ubuntu-latest
gemfile: gemfiles/Gemfile-rails-edge
experimental: true
- ruby: "3.0"
- ruby: 3.2
os: ubuntu-latest
gemfile: gemfiles/Gemfile-rails-edge
experimental: true
Expand Down

0 comments on commit 7b71ce0

Please sign in to comment.