Skip to content

Commit

Permalink
Drop support for ruby 2.4 (lynndylanhurley#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaicolBen authored and ThiagoAnunciacao committed Jul 6, 2023
1 parent 8998f92 commit eed9ead
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 eed9ead

Please sign in to comment.