Skip to content

Commit

Permalink
Merge pull request #55 from mvz/support-ruby-3-2
Browse files Browse the repository at this point in the history
Add support for Ruby 3.2
  • Loading branch information
mvz committed Dec 25, 2022
2 parents 6920c65 + e99d4fd commit 8eb46ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
ruby: ["2.7", "3.0", "3.1"]
ruby: ["2.7", "3.0", "3.1", "3.2"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: "3.2"
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop -P
Expand Down

0 comments on commit 8eb46ff

Please sign in to comment.