Skip to content

Bump nokogiri from 1.15.5 to 1.16.5 #1396

Bump nokogiri from 1.15.5 to 1.16.5

Bump nokogiri from 1.15.5 to 1.16.5 #1396

---
name: Automated tests
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.0", "3.1"]
db: [sqlite, mysql, postgres]
steps:
- uses: actions/checkout@v1
- run: bash -x script/cibuild ${{ matrix.ruby }} ${{ matrix.db }}