Skip to content

Commit 85089e9

Browse files
authored
E2E: add phpstan/phpstan-src (#208)
1 parent 1f0c70e commit 85089e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
strategy:
99
matrix:
1010
include:
11+
-
12+
repo: phpstan/phpstan-src
13+
executable: bin/phpstan
1114
-
1215
repo: spaze/phpstan-disallowed-calls
1316
-
@@ -47,4 +50,4 @@ jobs:
4750
4851
-
4952
name: Run analysis
50-
run: vendor/bin/phpstan -vvv --ansi
53+
run: ${{ matrix.executable || 'vendor/bin/phpstan' }} -vvv --ansi

0 commit comments

Comments
 (0)