From bfddda4a33283079b4111c5616af6f2d7a26653e Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Mon, 26 Dec 2022 12:37:45 -0500 Subject: [PATCH] Adds Ruby 3.2 to the CI matrix. Update checkout action version. --- .github/workflows/ruby.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 08bd4e7..dae155b 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -18,10 +18,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.6', '2.7', '3.0', '3.1', 'truffleruby', 'jruby'] + ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', 'truffleruby', 'jruby'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning):