Skip to content

Bump nokogiri from 1.14.3 to 1.16.2 #24

Bump nokogiri from 1.14.3 to 1.16.2

Bump nokogiri from 1.14.3 to 1.16.2 #24

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
specs:
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1']
runs-on: ubuntu-latest
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3