Skip to content

Commit 649836d

Browse files
committed
fix
1 parent 117ce59 commit 649836d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# TODO: Wait for supporting Ruby 3.0 in simplecov-cobertura.
1313
# See https://github.com/dashingrocket/simplecov-cobertura/pull/16
1414
# ruby: [ 2.5, 2.6, 2.7, 3.0 ]
15-
ruby: [ 3.0, 3.1, 3.2 ,3.3]
15+
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
1616
exclude:
1717
- { os: macos-latest, ruby: '2.5' }
1818
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)