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 135652f commit 675f0e7Copy full SHA for 675f0e7
.github/workflows/compiler-tests.yml
@@ -51,3 +51,10 @@ jobs:
51
uses: phpstan/phpstan/.github/workflows/integration-tests.yml@master
52
with:
53
ref: master
54
+
55
+ extension-tests:
56
+ if: github.event_name == 'pull_request'
57
+ needs: compiler-tests
58
+ uses: phpstan/phpstan/.github/workflows/extension-tests.yml@master
59
+ with:
60
+ ref: master
0 commit comments