Skip to content

Commit

Permalink
Drop ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timfjord committed Oct 22, 2021
1 parent 8f6a555 commit 106a00b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 'head']
ruby: [2.4, 2.5, 2.6, 2.7, 3.0, 'head']
rails: [3, 4, 5, 6, 'head']
exclude:
- ruby: 2.3
rails: 6
- ruby: 2.4
rails: 6
- ruby: 2.3
rails: head
- ruby: 2.4
rails: head
- ruby: 2.5
Expand Down

0 comments on commit 106a00b

Please sign in to comment.