Skip to content

Commit

Permalink
Drop activesupport 6.1 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkon authored Jan 16, 2025
1 parent 6a307e5 commit 2faaa0e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
activesupport: ['6.1', '7.2', '8.0']
activesupport: ['7.1', '7.2', '8.0']
json_schemer: ['2.1', '2.2', '2.3']
ruby: ['3.2', '3.3', '3.4']
exclude:
- activesupport: '6.1'
ruby: '3.4'
env:
ACTIVESUPPORT: '${{ matrix.activesupport }}'
COVERAGE: 'true'
Expand Down

0 comments on commit 2faaa0e

Please sign in to comment.