Skip to content

Commit c23dce7

Browse files
authored
Merge pull request #3 from code0-tech/extend-test-matrix
Extend test matrix to cover all supported ruby versions
2 parents ba01505 + c70b5e4 commit c23dce7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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@v3

0 commit comments

Comments
 (0)