Fix CI: bump PHP requirement to ^8.4 (Symfony 8 enforces it)
CI was failing on the Install-bundle-dependencies step because shivammathur/setup-php was installing 8.3 while Symfony 8.x dependencies declare php >= 8.4. Local composer install worked because the dev box runs PHP 8.5.5; CI doesn't. Bumps: - framework/php/composer.json - framework/skeleton/symfony/composer.json - examples/todo/symfony/composer.json - .gitea/workflows/ci.yml php-version: '8.3' → '8.4' - .gitea/workflows/release.yml same - PLAN.md §13 Phase 1 *Detailed scope* PHP minimum row PHPStan / cs-fixer / PHPUnit stay green locally. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
PLAN.md
2
PLAN.md
@@ -586,7 +586,7 @@ Phase 1 turns the spike into the smallest dev-mode-only framework that can repla
|
||||
| Qt module URI | `PhpQml.Bridge` |
|
||||
| C++ namespace | `PhpQml::Bridge` |
|
||||
| Symfony minimum | `^8.0` |
|
||||
| PHP minimum | `^8.3` |
|
||||
| PHP minimum | `^8.4` (Symfony 8 enforces this) |
|
||||
| Qt minimum | `6.5 LTS` (build), `6.11` is what's on the dev box |
|
||||
|
||||
**Directory layout (additions over Phase 0):**
|
||||
|
||||
Reference in New Issue
Block a user