Skip to content

Commit

Permalink
Merge pull request #205 from petergoldstein/feature/add_ruby_3_2_to_ci
Browse files Browse the repository at this point in the history
Adds Ruby 3.2 to the CI matrix
  • Loading branch information
nashby committed Dec 29, 2022
2 parents cb03dc8 + bfddda4 commit f87f8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f87f8bf

Please sign in to comment.