1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Adds Ruby 3.1 to CI

This PR adds Ruby 3.1 to the CI matrix.  It includes two other changes:

1. Removes the .simplecov file, which causes an error on Ruby 3.1 (coverage attempts to start twice)
2. Removes the require "pry", as pry is not going to be the Ruby debugger going forward
This commit is contained in:
Peter Goldstein 2022-01-25 10:06:03 -08:00
parent 0b3e3384e0
commit 781dfed0b0
3 changed files with 1 additions and 2 deletions

View file

@ -12,6 +12,7 @@ jobs:
- 2.6
- 2.7
- '3.0' # Quoted, to avoid YAML float 3.0 interplated to "3"
- 3.1
steps:
- name: Check out repository code
uses: actions/checkout@v2