Skip to content

Commit

Permalink
Run tests on Ruby 3.1
Browse files Browse the repository at this point in the history
Now that Homebrew 4.2.0 runs on Ruby 3.1, let's bump to that.

https://brew.sh/2023/12/18/homebrew-4.2.0/
  • Loading branch information
colindean authored Dec 18, 2023
1 parent 743f2aa commit 706e92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '3.1'
bundler-cache: true

- name: Run RSpec tests
Expand Down

0 comments on commit 706e92f

Please sign in to comment.