Commit 0912c55
Stop committing composer.lock, resolve dependencies per CI matrix entry
The lock was resolved on PHP 8.4 (symfony/serializer 7.4 requires PHP >= 8.2),
which broke 'composer install' on the PHP 8.1 matrix job. Libraries should
not pin a lock: the phpunit workflow now runs 'composer update' so each
matrix PHP version resolves its own compatible dependency set
(8.1 -> serializer 6.4, 8.4 -> serializer 8.x). Cache key moved to
composer.json accordingly.
Note: the 'PHP Linting' workflow failure is pre-existing (since Jan 2026):
.php-cs-fixer.php-highest.php aborts unless it runs on PHP 8.1 while the
php-cs-fixer-ga docker image has moved to a newer PHP. Left for a
dedicated maintenance pass.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 5e31338 commit 0912c55
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
0 commit comments