Update to Ruby 3.2

This commit is contained in:
Sebastian Serth
2023-01-02 10:16:23 +01:00
parent 6637f47d08
commit 0a36751896
4 changed files with 8 additions and 8 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2
bundler-cache: true
- name: Setup Node
@ -104,7 +104,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2
bundler-cache: true
- name: Run rubocop