Skip to content

Commit 60629c1

Browse files
authored
Merge pull request #93 from evolve75/coverall-check-on-3.1
`Coveralls` test coverage check on Ruby 3.1.
2 parents 2bb9d79 + 810db15 commit 60629c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coveralls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
ruby: ["2.6", "2.7", "3.0"]
19+
ruby: ["2.6", "2.7", "3.0", "3.1"]
2020
runs-on: ubuntu-latest
2121

2222
steps:

0 commit comments

Comments
 (0)