Skip to content

Commit

Permalink
Merge pull request #93 from evolve75/coverall-check-on-3.1
Browse files Browse the repository at this point in the history
`Coveralls` test coverage check on Ruby 3.1.
  • Loading branch information
evolve75 authored Jun 24, 2022
2 parents 2bb9d79 + 810db15 commit 60629c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.6", "2.7", "3.0"]
ruby: ["2.6", "2.7", "3.0", "3.1"]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 60629c1

Please sign in to comment.