Skip to content

Commit

Permalink
Stop testing on versions that are precluded by gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 20, 2024
1 parent c6896ba commit ec02b2a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ jobs:
- 7.0.3.1
- 7.1.1
include:
- ruby: '2.7.8' # Rails 6.0 will not run on Ruby 3
rails_version: '6.0.5.1'
- ruby: '2.7.8' # Rails 5.2 will not run on Ruby 3
rails_version: '5.2.8.1'
- ruby: '3.3.0'
rails_version: '7.1.1'
- ruby: "3.3.0"
rails_version: "7.1.1"
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit ec02b2a

Please sign in to comment.