Skip to content

Commit cd15951

Browse files
authored
Merge pull request #441 from stanhu/patch-1
Add Ruby 3.2 to CI
2 parents 57988b9 + 366acad commit cd15951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
os: [ubuntu]
46-
ruby: ['2.6', '2.7', '3.0', '3.1', 'ruby-head', 'debug']
46+
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', 'ruby-head', 'debug']
4747
runs-on: ${{ matrix.os }}-latest
4848
steps:
4949
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)