Skip to content

Commit

Permalink
Expand Ruby CI matrix
Browse files Browse the repository at this point in the history
Test Ruby versions up until Ruby 3.2.
  • Loading branch information
gbp committed Jan 16, 2025
1 parent 8109fef commit 437d6f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
matrix:
include:
- { ruby: 2.7 }
- { ruby: '3.0' }
- { ruby: 3.1 }
- { ruby: 3.2 }

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

0 comments on commit 437d6f2

Please sign in to comment.