Commit 552bffe
Add Ruby version matrix to test on both 3.4 and 4.0
Implements a GitHub Actions matrix strategy to test on multiple Ruby versions:
- Ruby 3.4 (current stable maintenance version)
- Ruby 4.0 (latest stable version)
Benefits:
- Ensures compatibility with both Ruby 3.4 and 4.0
- Catches Ruby version-specific issues early
- Demonstrates project works across Ruby versions
- Provides confidence for users on different Ruby versions
- fail-fast: false allows all versions to run even if one fails
The matrix runs tests in parallel, so CI time remains similar
while providing significantly more coverage.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>1 parent a7589d3 commit 552bffe
1 file changed
+11
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
12 | | - | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | | - | |
| 21 | + | |
16 | 22 | | |
17 | | - | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
0 commit comments