Skip to content

Commit bb072ba

Browse files
committed
.github/workflows/main.yml - Add test target Ruby versions
1 parent 90ed0f7 commit bb072ba

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.2.8'
17+
- '2.7.8'
18+
- '3.0.7'
19+
- '3.1.7'
20+
- '3.2.10'
21+
- '3.3.10'
22+
- '3.4.9'
23+
- '4.0.1'
1824

1925
steps:
2026
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)