Adds Ruby 3.2 to the CI matrix

This commit is contained in:
Peter Goldstein
2023-01-21 14:42:55 -05:00
parent 4294bad43a
commit bfbb8733cd
2 changed files with 7 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['2.7', '3.0', '3.1'] # Due to https://github.com/actions/runner/issues/849, we have to use quotes
ruby: ['2.7', '3.0', '3.1', '3.2'] # Due to https://github.com/actions/runner/issues/849, we have to use quotes
runs-on: ${{ matrix.os }}