Skip to content

Commit 41d26ec

Browse files
committed
fix phpstan src check
1 parent 39901ff commit 41d26ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/static.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ jobs:
1010
phpstan-src:
1111
name: PHPStan src
1212
runs-on: ubuntu-latest
13+
env:
14+
REQUIRE_DEV: "true"
1315

1416
steps:
1517
- name: Checkout code
1618
uses: actions/checkout@v2
1719

1820
- name: Pull in optional dependencies
19-
run: composer require --no-update symfony/http-kernel symfony/event-dispatcher symfony/process phpunit/phpunit toflar/psr6-symfony-http-cache-store:^3.0
21+
run: composer require --no-update phpunit/phpunit toflar/psr6-symfony-http-cache-store:^3.0
2022

2123
- name: PHPStan
2224
uses: docker://oskarstark/phpstan-ga

0 commit comments

Comments
 (0)