We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117ce59 commit 649836dCopy full SHA for 649836d
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
# TODO: Wait for supporting Ruby 3.0 in simplecov-cobertura.
13
# See https://github.com/dashingrocket/simplecov-cobertura/pull/16
14
# ruby: [ 2.5, 2.6, 2.7, 3.0 ]
15
- ruby: [ 3.0, 3.1, 3.2 ,3.3]
+ ruby: [ '3.0', '3.1', '3.2', '3.3' ]
16
exclude:
17
- { os: macos-latest, ruby: '2.5' }
18
runs-on: ${{ matrix.os }}
0 commit comments