Skip to content

Fixed regexp in changelog #108

Fixed regexp in changelog

Fixed regexp in changelog #108

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