We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08014b5 commit 98cada3Copy full SHA for 98cada3
1 file changed
.github/workflows/ci.yml
@@ -23,6 +23,8 @@ jobs:
23
with:
24
ruby-version: ${{ matrix.ruby }}
25
bundler-cache: true
26
+ - name: Install compatible Minitest
27
+ run: bundle add minitest --version 5.9.0
28
- name: Run tests
29
run: ruby -Ilib:test test/*
30
0 commit comments