There was an error while loading. Please reload this page.
1 parent 39901ff commit 41d26ecCopy full SHA for 41d26ec
.github/workflows/static.yml
@@ -10,13 +10,15 @@ jobs:
10
phpstan-src:
11
name: PHPStan src
12
runs-on: ubuntu-latest
13
+ env:
14
+ REQUIRE_DEV: "true"
15
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@v2
19
20
- name: Pull in optional dependencies
- 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
22
23
- name: PHPStan
24
uses: docker://oskarstark/phpstan-ga
0 commit comments