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:
parent
31d3d9d016
commit
7bb1f940ab
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -13,9 +13,10 @@ jobs:
|
||||||
- 2.7
|
- 2.7
|
||||||
- '3.0' # Quoted, to avoid YAML float 3.0 interplated to "3"
|
- '3.0' # Quoted, to avoid YAML float 3.0 interplated to "3"
|
||||||
- 3.1
|
- 3.1
|
||||||
|
- 3.2
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Set up Ruby
|
- name: Set up Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue