Skip to content

Commit

Permalink
Add additional Rubies to spec action
Browse files Browse the repository at this point in the history
Given our gemspec defines Ruby >= 3.0, let's ensure that's actually true by running our specs across all support versions.
  • Loading branch information
darronschall committed May 24, 2024
1 parent d2e36bb commit 30cc380
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
strategy:
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3.1'

steps:
Expand Down

0 comments on commit 30cc380

Please sign in to comment.