Skip to content

Commit

Permalink
Install minitest-5.15.0 on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 19, 2022
1 parent 5cbc25e commit efc75f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
ruby-version: '3.0'
- name: Install dependencies
run: gem install minitest
run: gem install minitest -v "5.15.0"
- name: Run test
env:
COVERALLS: "yes"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: gem install minitest
run: gem install minitest -v "5.15.0"
- name: Run test
run: ruby -Ilib exe/rake

0 comments on commit efc75f8

Please sign in to comment.