Skip to content

Commit a8196ce

Browse files
authored
Merge pull request #133 from petergoldstein/feature/add_ruby_3_2_to_ci
Add Ruby 3.2 to CI.
2 parents 8af2f69 + b47e1d2 commit a8196ce

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)