Skip to content

Commit

Permalink
Add support for Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranleese-r7 committed Jan 31, 2023
1 parent a5c4581 commit 715a91a
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 715a91a

Please sign in to comment.