Skip to content

Bump puma from 6.4.0 to 6.4.2 #1363

Bump puma from 6.4.0 to 6.4.2

Bump puma from 6.4.0 to 6.4.2 #1363

---
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 }}