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):