Commit 65a71ff
committed
ci: fix failing workflows
code-quality.yml — dependencies job:
- Add composer install --no-scripts before check-platform-reqs
(check-platform-reqs fails without an installed vendor/ on libraries
that do not commit composer.lock)
- Add Composer cache (keyed on composer.json since no lock file)
- Drop --no-dev flag on check-platform-reqs (dev deps are installed)
ci.yml — build-phar job:
- Remove wget humbug/box step (box replaced by bin/build-phar.php)
- Add --no-scripts to composer install
- Replace 'box compile --config=box.json' with
'php -d phar.readonly=0 bin/build-phar.php'1 parent c2f3da3 commit 65a71ff
2 files changed
+17
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 51 | | |
58 | | - | |
| 52 | + | |
59 | 53 | | |
60 | 54 | | |
61 | | - | |
| 55 | + | |
62 | 56 | | |
63 | 57 | | |
64 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
35 | 49 | | |
36 | | - | |
| 50 | + | |
37 | 51 | | |
38 | 52 | | |
39 | 53 | | |
| |||
0 commit comments