Skip to content

Commit 98cada3

Browse files
committed
Try an older Minitest version
1 parent 08014b5 commit 98cada3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
with:
2424
ruby-version: ${{ matrix.ruby }}
2525
bundler-cache: true
26+
- name: Install compatible Minitest
27+
run: bundle add minitest --version 5.9.0
2628
- name: Run tests
2729
run: ruby -Ilib:test test/*
2830

0 commit comments

Comments
 (0)