Skip to content

fix: Improve type for ::getRepository() method (#45) #58

fix: Improve type for ::getRepository() method (#45)

fix: Improve type for ::getRepository() method (#45) #58

---
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"]'
...