Skip to content

Commit

Permalink
Remove Ruby 2.7 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed May 10, 2024
1 parent 34039a1 commit 0625486
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.2"
- "3.1"
- "3.0"
- "2.7"
- "3.2"
- "3.1"
- "3.0"
include:
- ruby: "3.2"
coverage: "true"
Expand Down

0 comments on commit 0625486

Please sign in to comment.