Skip to content

Updated PHPStan to commit 86f1690924efe994c4df5fd4dd01d1b0bc713ee3 #4298

Updated PHPStan to commit 86f1690924efe994c4df5fd4dd01d1b0bc713ee3

Updated PHPStan to commit 86f1690924efe994c4df5fd4dd01d1b0bc713ee3 #4298

Workflow file for this run

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Test projects"
on:
push:
branches:
- "1.11.x"
paths:
- '.github/workflows/test-projects.yml'
- 'phpstan'
- '.phar-checksum'
- 'bootstrap.php'
jobs:
test-projects:
name: "Test projects"
runs-on: "ubuntu-latest"
strategy:
matrix:
repository:
- "phpstan/lorem"
- "phpstan/ipsum"
- "phpstan/dolor"
- "packagist/private-packagist"
steps:
- uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: "${{ matrix.repository }}"
event-type: test_phpstan
client-payload: '{"ref": "${{ github.ref_name }}"}'