Skip to content

Commit

Permalink
Merge pull request #34 from Shopify/ruby-3-3
Browse files Browse the repository at this point in the history
Test on Ruby 3.3
  • Loading branch information
peterzhu2118 committed May 2, 2024
2 parents 6f344fa + 0ddab88 commit e884801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- { ruby: '3.0', allowed-failure: false }
- { ruby: '3.1', allowed-failure: false }
- { ruby: '3.2', allowed-failure: false }
- { ruby: '3.3', allowed-failure: false }
- { ruby: ruby-head, allowed-failure: false }
name: ruby ${{ matrix.entry.ruby }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1

0 comments on commit e884801

Please sign in to comment.