Skip to content

Update phpstan/phpstan requirement from 1.12.5 to 1.12.6 #1

Update phpstan/phpstan requirement from 1.12.5 to 1.12.6

Update phpstan/phpstan requirement from 1.12.5 to 1.12.6 #1

Workflow file for this run

name: 'Require Tests on Code Change'
on:
pull_request_target:
types: [opened]
jobs:
check:
name: 'Require Tests on Code Change'
runs-on: ubuntu-22.04
steps:
- name: "Execute tests-checker-action"
uses: infection/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
comment: Could you please add tests to make sure this change works as expected?
fileExtensions: '.php'
testDir: 'tests'
testPattern: '*Test.php'