Skip to content

Commit

Permalink
Merge pull request #257 from Shopify/use-recent-ruby-in-dev
Browse files Browse the repository at this point in the history
Use Ruby 3.2 in dev
  • Loading branch information
elfassy authored Jun 7, 2023
2 parents 2ebdb97 + 9ae8e9a commit eb214be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1']
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']

name: Ruby ${{ matrix.ruby }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---
name: money
up:
- ruby: 2.6.6
- ruby: 3.2.0
- bundler
commands:
test: bundle exec rspec

0 comments on commit eb214be

Please sign in to comment.