From fc4622fc08d7982847ff583ad691ee4ba47f63f8 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Sat, 31 Dec 2022 02:05:03 -0500 Subject: Adds Ruby 3.2 to the CI matrix. Updates checkout action version. (#277) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bac1d4..5b69200 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,10 +22,10 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ "2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", head, jruby, truffleruby ] + ruby: [ "2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", head, jruby, truffleruby ] name: Ruby ${{ matrix.ruby }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: -- cgit v1.2.1