Skip to content

Commit

Permalink
Cleanup old rubies/rails.
Browse files Browse the repository at this point in the history
  • Loading branch information
stas committed Oct 8, 2023
1 parent 2603507 commit f8e1df7
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,9 @@ jobs:

strategy:
matrix:
ruby: [2.4, 2.7, '3.0', 3.1, 3.2]
rails: [4, 5, 6.0, 6.1, 7.0]
ruby: [2.7, '3.0', 3.1, 3.2]
rails: [5, 6.0, 6.1, 7.0, 7.1]
exclude:
- ruby: 2.4
rails: 6.0
- ruby: 2.4
rails: 6.1
- ruby: 2.4
rails: 7.0
- ruby: 2.7
rails: 4
- ruby: '3.0'
rails: 4
- ruby: '3.0'
rails: 5
- ruby: 3.1
Expand Down

0 comments on commit f8e1df7

Please sign in to comment.