Skip to content

Commit

Permalink
Land #9, Add support for Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 authored Jan 31, 2023
2 parents a5c4581 + 715a91a commit 2048f3f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ jobs:
fail-fast: true
matrix:
ruby:
- 2.7
- 3.0
- 3.1
- '2.7'
- '3.0'
- '3.1'
- '3.2'
os:
- ubuntu-20.04
- ubuntu-latest
exclude:
- { os: ubuntu-latest, ruby: 2.7 }
- { os: ubuntu-latest, ruby: 3.0 }
- { os: ubuntu-latest, ruby: '2.7' }
- { os: ubuntu-latest, ruby: '3.0' }
test_cmd:
- bundle exec rspec

Expand Down

0 comments on commit 2048f3f

Please sign in to comment.