Skip to content

Commit

Permalink
Restore minimum tested Ruby version to 2.7 for capybara feature compa…
Browse files Browse the repository at this point in the history
…tibility
  • Loading branch information
spohlenz committed Aug 8, 2024
1 parent 17b75f5 commit a76ed93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
matrix:
include:
- gemfile: rails-6.0
ruby: '2.6'
ruby: '2.7'
- gemfile: rails-6.1
ruby: '2.6'
ruby: '2.7'
- gemfile: rails-6.1
ruby: '3.0'
- gemfile: rails-7.0
Expand Down

0 comments on commit a76ed93

Please sign in to comment.