Skip to content

Bump jquery-ui-rails from 6.0.1 to 7.0.0 #1374

Bump jquery-ui-rails from 6.0.1 to 7.0.0

Bump jquery-ui-rails from 6.0.1 to 7.0.0 #1374

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