Skip to content

Merge pull request #78: maintenance #299

Merge pull request #78: maintenance

Merge pull request #78: maintenance #299

Workflow file for this run

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