Skip to content

Commit 6bf481f

Browse files
authored
Merge pull request #55 from phrase/ruby-3.2
Add support for Ruby 3.2
2 parents ea6a338 + 9777431 commit 6bf481f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
ruby: [ 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0 ]
8+
ruby: [ 2.7, 3.0, 3.1, 3.2 ]
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: ruby/setup-ruby@517a3b1b36b6f5727d97c46b7641767c1564b333 # pin@v1.73.0
12+
- uses: ruby/setup-ruby@319066216501fbd5e2d568f14b7d68c19fb67a5d
1313
with:
1414
ruby-version: ${{ matrix.ruby }}
1515
- run: bundle install

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.0.0
1+
ruby 3.2.0

0 commit comments

Comments
 (0)