Skip to content

fix(ci): regenerate composer.lock for PHP 8.2 CS job - #17

Merged
HecFranco merged 1 commit into
mainfrom
fix/composer-lock-php82-cs
Sep 3, 2026
Merged

HecFranco merged 1 commit into
mainfrom
fix/composer-lock-php82-cs

Conversation

@HecFranco

Copy link
Copy Markdown
Contributor

Summary

  • Regenerates composer.lock on PHP 8.2 so composer install succeeds in the Code Style Check job
  • Downgrades locked Symfony dev dependencies from 8.1 (requires PHP >=8.4.1) to 7.4 LTS, matching other nowo-tech bundles

Root cause

Code Style Check runs on PHP 8.2 with composer install, but the lock was resolved on PHP 8.4+ and pinned Symfony 8.1 packages.

Test plan

  • Code Style Check passes on this PR
  • Full CI matrix remains green

Made with Cursor

The lock was resolved on PHP 8.4+ and pinned Symfony 8.1 packages
requiring >=8.4.1, so Code Style Check on PHP 8.2 failed at composer install.
Regenerate on PHP 8.2 to align with Symfony 7.4 LTS like other nowo-tech bundles.
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

@coderabbitai review

@HecFranco
HecFranco merged commit 21de855 into main Sep 3, 2026
21 checks passed
@HecFranco
HecFranco deleted the fix/composer-lock-php82-cs branch September 3, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant