Skip to content

Remove Ruby 2.7 from test matrix; update Nokogiri v1.16.2 #366

Remove Ruby 2.7 from test matrix; update Nokogiri v1.16.2

Remove Ruby 2.7 from test matrix; update Nokogiri v1.16.2 #366

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby_version: ["3.0", "3.1", "3.2"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update .ruby-version with matrix value
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
rubygems: latest
- name: Run tests
run: bundle exec rake