From 7bb1f940abc5d51c76bd41af6d62aea05f920b15 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Thu, 29 Dec 2022 16:27:54 -0500 Subject: [PATCH] Adds Ruby 3.2 to the CI matrix. Updates checkout action version. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 630506a..6540101 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: