Skip to content

Commit

Permalink
Adds Ruby 3.2 to the CI matrix. Updates checkout action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Dec 29, 2022
1 parent 31d3d9d commit 7bb1f94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7bb1f94

Please sign in to comment.