-
Notifications
You must be signed in to change notification settings - Fork 23
Commit e373045
GH Actions: fix phar creation
The `phar` file should only contain the files of PHP Parallel Lint and any non-dev requirements. It should not include the `dev` requirements of this package.
As things were, it did.
Fixed now, by doing the `composer install` with the `--no-dev` option, both for the Test workflow as well as for the Release workflow.1 parent 5ca9c0c commit e373045
2 files changed
+4
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | + | ||
39 | + | ||
38 | 40 |
| |
39 | 41 |
| |
40 | 42 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 | + | ||
65 | + | ||
64 | 66 |
| |
65 | 67 |
| |
66 | 68 |
| |
|
0 commit comments