Switch CI to Ruby 3.1

This commit is contained in:
Henne Vogelsang 2022-02-10 18:35:37 +01:00
parent dc230e4539
commit 5cc84aa65d
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ jobs:
echo "BUNDLE_CACHE_PATH=vendor/cache.next" >> $GITHUB_ENV
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: 3.1.0
bundler-cache: true
- name: Prepare spec
run: |