Skip to content

Commit 7ca9f56

Browse files
committed
Add some ruby versions in CI workflow
This PR add some ruby versions in CI workflow. Currently more than 3.0 are supported as follows: https://github.com/dashingrocket/simplecov-cobertura/blob/d7331c25f0011477758bf1aa12e5125dcab01a58/.github/workflows/build.yml#L18
1 parent b761f7f commit 7ca9f56

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ 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 ]
15-
ruby: [ 2.5, 2.6, 2.7 ]
12+
ruby: [ 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3 ]
1613
runs-on: ${{ matrix.os }}
1714

1815
steps:

0 commit comments

Comments
 (0)