Skip to content

Commit c43e606

Browse files
committed
Extend test matrix to cover all supported ruby versions
1 parent 4fe67cc commit c43e606

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17+
- '3.0.0' # using 3.0.0 instead of latest patch as 3.0.0 is the minimum specified in the gemspec
18+
- '3.1.6'
1719
- '3.2.2'
20+
- '3.3.6'
1821

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

0 commit comments

Comments
 (0)