Skip to content

Improve type for ::getRepository() method #57

Improve type for ::getRepository() method

Improve type for ::getRepository() method #57

---
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
with:
php: '["8.1","8.2","8.3","8.4"]'
...