Skip to content

php: Split phpstan tests into a separate workflow #4

php: Split phpstan tests into a separate workflow

php: Split phpstan tests into a separate workflow #4

Workflow file for this run

name: PHPStan
on:
pull_request:
branches:
- main
jobs:
phpstan:
uses: ./.github/workflows/phpstan-reusable.yml
with:
phpExtensions: ldap
dependencies: |
{
"/usr/share/icingaweb2-modules/x509": "https://github.com/Icinga/icingaweb2-module-x509.git",
"/usr/share/icingaweb2-modules/icingadb": "https://github.com/Icinga/icingadb-web.git",
"/usr/share/icingaweb2-modules/pdfexport": "https://github.com/Icinga/icingaweb2-module-pdfexport.git"
}