We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d31a15 commit cff62d6Copy full SHA for cff62d6
.github/workflows/phpstan.yml
@@ -52,32 +52,3 @@ jobs:
52
mysql -uroot -h127.0.0.1 -proot phpstan_dba < tests/schema.sql
53
54
- run: vendor/bin/phpstan
55
-
56
- replay:
57
- name: PHPStan (reflection replay)
58
- runs-on: ubuntu-latest
59
60
- strategy:
61
- fail-fast: false
62
- matrix:
63
- include:
64
- - php-version: "8.1"
65
66
- steps:
67
- - uses: actions/checkout@v2
68
- with:
69
- repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
70
- ref: ${{ github.event.client_payload.pull_request.head.ref }}
71
72
- - name: Setup PHP
73
- id: setup-php
74
- uses: shivammathur/setup-php@v2
75
76
- php-version: "${{ matrix.php-version }}"
77
- coverage: none
78
79
- - uses: "ramsey/composer-install@v2"
80
81
- composer-options: "--prefer-dist --no-progress --no-suggest"
82
83
- - run: vendor/bin/phpstan
0 commit comments