Skip to content

Commit 9b9c625

Browse files
committed
Update phpstan.yml
1 parent ca90eab commit 9b9c625

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/phpstan.yml

-29
Original file line numberDiff line numberDiff line change
@@ -52,32 +52,3 @@ jobs:
5252
mysql -uroot -h127.0.0.1 -proot phpstan_dba < tests/schema.sql
5353
5454
- 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-
with:
76-
php-version: "${{ matrix.php-version }}"
77-
coverage: none
78-
79-
- uses: "ramsey/composer-install@v2"
80-
with:
81-
composer-options: "--prefer-dist --no-progress --no-suggest"
82-
83-
- run: vendor/bin/phpstan

0 commit comments

Comments
 (0)