Skip to content

Commit

Permalink
Stop supporting Rails 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon committed Mar 21, 2024
1 parent 5b4593e commit b45253d
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.4
- 2.5
- 2.6
- 2.7
- '2.4'
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- 3.1
- '3.1'
gemfile:
- gemfiles/rails_5_2.gemfile
- gemfiles/rails_6_0.gemfile
- gemfiles/rails_6_1.gemfile
- gemfiles/rails_7_0.gemfile
Expand All @@ -36,10 +35,6 @@ jobs:
gemfile: gemfiles/rails_7_0.gemfile
- ruby: 2.6
gemfile: gemfiles/rails_7_0.gemfile
- ruby: '3.0'
gemfile: gemfiles/rails_5_2.gemfile
- ruby: 3.1
gemfile: gemfiles/rails_5_2.gemfile
- ruby: 3.1
gemfile: gemfiles/rails_6_0.gemfile
os:
Expand Down

0 comments on commit b45253d

Please sign in to comment.