Skip to content

Merge pull request #78: maintenance #298

Merge pull request #78: maintenance

Merge pull request #78: maintenance #298

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
push:
branches:
- '*.*'
- '*.*.*'
pull_request: null
name: Postgres
jobs:
phpunit:
uses: cycle/gh-actions/.github/workflows/db-pgsql.yml@master
...