Skip to content

Fix tests by removing Ruby 2.7 testing, which is already EOL #1356

Fix tests by removing Ruby 2.7 testing, which is already EOL

Fix tests by removing Ruby 2.7 testing, which is already EOL #1356

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