mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-23 01:50:10 +01:00
Adds Ruby 3.2 to the CI matrix
This commit is contained in:
2
.github/workflows/rspec.yml
vendored
2
.github/workflows/rspec.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user