Skip to content

Commit

Permalink
Merge pull request #136 from Shopify/ruby-3-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock authored Feb 3, 2023
2 parents cd6ba18 + c37d0ea commit 38eeb8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1' ]
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', '3.2' ]
name: Test Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
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: "rubocop-sorbet"
type: "ruby"

up:
- ruby: "2.5.5"
- ruby: "3.2.0"
- "bundler"

commands:
Expand Down

0 comments on commit 38eeb8c

Please sign in to comment.