Skip to content

Merge pull request #27 from irontec/PROVIDER-1420-orm-mapping-generat… #102

Merge pull request #27 from irontec/PROVIDER-1420-orm-mapping-generat…

Merge pull request #27 from irontec/PROVIDER-1420-orm-mapping-generat… #102

Workflow file for this run

name: PHPStan tests
on:
push:
branches: [ 5.x ]
pull_request:
branches: [ 5.x ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate composer.json
run: composer validate --strict
- name: Install dependencies
uses: php-actions/composer@v6
- name: Run PHPStan tests
run: bin/test-phpstan