Skip to content

Commit

Permalink
Drop support for ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MaicolBen committed Jun 11, 2023
1 parent 207a246 commit ab82842
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.4
- 2.5
- 2.6
- 2.7
Expand All @@ -31,9 +30,6 @@ jobs:
devise-token-auth-orm:
- active_record
include:
- ruby: 2.4
gemfile: gemfiles/rails_5_1_mongoid_7.gemfile
devise-token-auth-orm: mongoid
- ruby: 2.5
gemfile: gemfiles/rails_5_2_mongoid_6.gemfile
devise-token-auth-orm: mongoid
Expand Down Expand Up @@ -67,10 +63,6 @@ jobs:
gemfile: gemfiles/rails_7_0_mongoid_7.gemfile
devise-token-auth-orm: mongoid
exclude:
- ruby: 2.4
gemfile: gemfiles/rails_6_0.gemfile
- ruby: 2.4
gemfile: gemfiles/rails_7_0.gemfile
- ruby: 2.5
gemfile: gemfiles/rails_7_0.gemfile
- ruby: 2.6
Expand Down

0 comments on commit ab82842

Please sign in to comment.