Skip to content

enhanced behat json context type matcher #48

enhanced behat json context type matcher

enhanced behat json context type matcher #48

Workflow file for this run

name: PHPStan tests
on:
push:
branches: [ 4.x ]
pull_request:
branches: [ 4.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
with:
php_version: 8.0.13
- name: Run PHPStan tests
run: bin/test-phpstan