Skip to content

Commit

Permalink
Drop testing for ancient ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed May 14, 2023
1 parent 1b6e876 commit ae5edfd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ jobs:

strategy:
matrix:
ruby: [ '2.3', '2.7', '3.0', 'ruby-head' ]
ruby: [ '2.6', '2.7', '3.0', 'ruby-head' ]
activerecord: [ '5.2.6', '6.1.4.1', '7.0.1' ]
exclude:
- ruby: '2.3'
- ruby: '2.6'
activerecord: '7.0.1' # rails 7 requires ruby >= 2.7
- ruby: '2.3'
activerecord: '6.1.4.1' # rails 6 requires ruby >= 2.5
- ruby: '3.0'
activerecord: '5.2.6' # rails < 6 crashes on ruby 3 due to kwargs changes
- ruby: 'ruby-head'
Expand Down

0 comments on commit ae5edfd

Please sign in to comment.