Add support for Ruby 3.2

This commit is contained in:
cgranleese-r7 2023-01-31 10:33:53 +00:00
parent 6fbbb5e34e
commit 85c47462d2
1 changed files with 6 additions and 5 deletions

View File

@ -33,15 +33,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