Skip to content

Commit

Permalink
chore: Add Ruby 3.2 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Oct 23, 2023
1 parent 741080b commit 03f795c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.2"
- "3.1"
- "3.0"
- "2.7"
Expand Down Expand Up @@ -43,7 +44,7 @@ jobs:
- uses: actions/checkout@master
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: "3.2"
bundler-cache: true

- run: bundle exec rubocop --parallel --fail-level E

0 comments on commit 03f795c

Please sign in to comment.