Commit 4e82bbd
Fix prefer-lowest CI build by using composer update
The --prefer-lowest flag only works with 'composer update', not 'composer install'.
Split the install step into two conditional steps:
- Regular install for stable builds
- Update with --prefer-lowest for lowest dependency builds
Generated with Claude Code (https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5a0b6b4 commit 4e82bbd
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| |||
0 commit comments