Skip to content

Commit

Permalink
Merge pull request #55 from phrase/ruby-3.2
Browse files Browse the repository at this point in the history
Add support for Ruby 3.2
  • Loading branch information
docstun authored Jan 16, 2023
2 parents ea6a338 + 9777431 commit 6bf481f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0 ]
ruby: [ 2.7, 3.0, 3.1, 3.2 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@517a3b1b36b6f5727d97c46b7641767c1564b333 # [email protected]
- uses: ruby/setup-ruby@319066216501fbd5e2d568f14b7d68c19fb67a5d
with:
ruby-version: ${{ matrix.ruby }}
- run: bundle install
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.0.0
ruby 3.2.0

0 comments on commit 6bf481f

Please sign in to comment.