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 9560e55 commit bb298d2Copy full SHA for bb298d2
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: ramsey/composer-install@v2
46
47
- name: "Run phan"
48
- run: php vendor/bin/phan
+ run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
49
50
51
tests:
0 commit comments