Skip to content

Commit e3f730d

Browse files
committed
Update GitHub action matrix to test under 4 Ruby versions
1 parent 358e65e commit e3f730d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- 3.0.1
17+
- 2.6
18+
- 2.7
19+
- 3.0
20+
- 3.1
1821

1922
steps:
2023
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)