Be more explicit about exclusions

It would seem that lists are not available for use in exclusions.

If this doesn't work, then I'll switch to inclusions only.
This commit is contained in:
Matt Rogers 2021-07-24 19:04:48 +00:00 committed by GitHub
parent 2d20c8b40e
commit 076208f804

View file

@ -10,9 +10,13 @@ jobs:
db: [sqlite, mysql, postgres]
exclude:
- ruby: "2.5"
db: [sqlite, postgres]
db: sqlite
- ruby: "2.5"
db: postgres
- ruby: "2.6"
db: [sqlite, postgres]
db: sqlite
- ruby: "2.6"
db: postgres
steps:
- uses: actions/checkout@v1