Skip to content

Commit 8e3167f

Browse files
committed
remove unnecessary comments
1 parent 649836d commit 8e3167f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ ubuntu-latest, macos-latest ]
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 ]
1512
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
1613
exclude:
1714
- { os: macos-latest, ruby: '2.5' }

0 commit comments

Comments
 (0)