Skip to content

Commit b47e1d2

Browse files
Add Ruby 3.2 to CI.
1 parent 8af2f69 commit b47e1d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
ruby: ['2.6', '2.7', '3.0', '3.1']
17+
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)