Skip to content

Commit

Permalink
Use Ruby 3.2.3 in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Apr 10, 2024
1 parent e49c57e commit 8061e9a
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 @@ -26,7 +26,7 @@ jobs:
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: '3.2.3'
bundler-cache: true
- name: Run tests
run: bundle exec rake test
Expand Down

0 comments on commit 8061e9a

Please sign in to comment.