Skip to content

Commit

Permalink
ci: add Ruby 2.5, 2.6 and 2.7 (#101)
Browse files Browse the repository at this point in the history
The gemspec says Ruby >= 2.5.0 is supported, so let's make CI test that.
  • Loading branch information
evgeni authored Aug 21, 2023
1 parent 65a414a commit ab60cab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
Expand Down

0 comments on commit ab60cab

Please sign in to comment.