Skip to content

Merge pull request #36: Maintenance #136

Merge pull request #36: Maintenance

Merge pull request #36: Maintenance #136

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