Example failure: https://github.com/pry/pry/runs/3010680604
```
ArgumentError: wrong number of arguments (given 4, expected 1)
/home/runner/work/pry/pry/vendor/bundle/ruby/2.4.0/gems/psych-4.0.1/lib/psych.rb:323:in `safe_load'
```
I am not sure what exactly causes the failure but deleting simplecov dependency
fixes (I guess?) this problem.
We now test everything but 1.9 with GitHub Actions. GH Actions doesn't support
1.9 out of box and I am not sure how to write a spec that would use our custom
Docker image for 1.9 and the standard images for everything esle. That's why
CircleCI does not go away (for now, until we still support 1.9).
Luckily, I was able to get rid of the custom Docker image for 2.0 because GH
Actions stil support that version of Ruby.
Now the build code is much simpler and easier to follow. Looking forward to
getting rid of CircleCI completely!