Skip to content

Merge pull request #501: Support PHP 8.4 #929

Merge pull request #501: Support PHP 8.4

Merge pull request #501: Support PHP 8.4 #929

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