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

Adds Ruby 3.2 to the CI matrix. Updates checkout action version.

This commit is contained in:
Peter Goldstein 2022-12-29 16:27:54 -05:00
parent 31d3d9d016
commit 7bb1f940ab

View file

@ -13,9 +13,10 @@ jobs:
- 2.7
- '3.0' # Quoted, to avoid YAML float 3.0 interplated to "3"
- 3.1
- 3.2
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: