Skip to content

Commit

Permalink
Expand Ruby CI matrix
Browse files Browse the repository at this point in the history
Test all newer Ruby versions.
  • Loading branch information
gbp committed Jan 16, 2025
1 parent 9bdd0b4 commit 222ace7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
matrix:
include:
- { ruby: 2.7 }
- { ruby: 3.0 }
- { ruby: 3.1 }
- { ruby: 3.2 }
- { ruby: 3.3 }
- { ruby: 3.4 }

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

0 comments on commit 222ace7

Please sign in to comment.