Skip to content

Commit

Permalink
Support only Ruby 3+ and Rails 6.1+.
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Aug 12, 2023
1 parent 9dd65dd commit a8188bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.0', '3.1']
ruby-version: ['3.0', '3.1', '3.2']
test: ['minitest', 'rspec']
gemfile:
- Gemfile
- Gemfile.rails60
- Gemfile.rails61
- Gemfile.rails70
- Gemfile.railsmaster
Expand All @@ -48,10 +46,6 @@ jobs:
exclude:
- gemfile: Gemfile.mongo_mapper
db: postgresql
- ruby-version: '3.0'
gemfile: Gemfile
- ruby-version: '3.1'
gemfile: Gemfile
- ruby-version: '3.0'
gemfile: Gemfile.mongo_mapper
- ruby-version: '3.1'
Expand Down
6 changes: 0 additions & 6 deletions Gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions Gemfile.rails60

This file was deleted.

0 comments on commit a8188bc

Please sign in to comment.