Skip to content

Commit

Permalink
CI: add Ruby 3.2 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Jan 24, 2023
1 parent f8df852 commit f5ab30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "head", "truffleruby-head"]
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "head", "truffleruby-head"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
rubygems: 3.2.3 # for ruby 2.5
rubygems: 3.3.26 # for ruby 2.5
- run: bundle exec rake test

# borrowed from nokogiri/.github/workflows/downstream.yml
Expand Down

0 comments on commit f5ab30b

Please sign in to comment.