Fix the syntax errors.

This commit is contained in:
Matt Rogers 2021-07-24 18:57:48 +00:00 committed by GitHub
parent e8eb4963d5
commit 9dd0ee6cef

View file

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