Skip to content

Commit

Permalink
Update ruby matrix, remove support for 2.7 since nokogiri did it too
Browse files Browse the repository at this point in the history
  • Loading branch information
bogn83 committed Jun 10, 2024
1 parent d833ed8 commit dd470b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
matrix:
ruby:
- '2.7.8'
- '3.0.6'
- '3.1.4'
- '3.2.2'
- '3.0.7'
- '3.1.6'
- '3.2.4'
- '3.3.2'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dd470b7

Please sign in to comment.