Skip to content

Commit

Permalink
drop support for rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Nov 11, 2024
1 parent dbaf780 commit de1ffd5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.1.6'
- '3.2.5'
- '3.3.4'
- '3.1'
- '3.2'
- '3.3'
rails:
- '6.1'
- '7.0'
- '7.1'
- '7.2'
Expand Down

0 comments on commit de1ffd5

Please sign in to comment.