Skip to content

chore: require PHP 8.4 - #34

Merged
alies-dev merged 2 commits into
mainfrom
chore/require-php-8.4
Jul 20, 2026
Merged

chore: require PHP 8.4#34
alies-dev merged 2 commits into
mainfrom
chore/require-php-8.4

Conversation

@alies-dev

Copy link
Copy Markdown
Member

interaction-design-foundation/coding-standard 1.0.0-RC2 requires php ^8.4, so composer update fails to resolve on every PHP 8.3 matrix leg ("Your requirements could not be resolved to an installable set of packages"). That is why run-tests is red on main and on all open Renovate PRs.

Changes:

  • composer.json: php requirement ^8.3^8.4.
  • run-tests.yml: drop 8.3 from the matrix, leaving 8.5 and 8.4.

Verified locally: composer update resolves for both --prefer-stable and --prefer-lowest (L11 and L12), PHPUnit and PHP_CodeSniffer both pass.

interaction-design-foundation/coding-standard 1.0.0-RC2 requires php ^8.4,
so composer could not resolve dependencies on the PHP 8.3 CI matrix legs.
Drop 8.3 from the test matrix and raise the package requirement to match.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the PHP version requirement in composer.json from ^8.3 to ^8.4. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

The asset compile step failed with
"Cannot find module 'webpack/lib/SizeFormatHelpers'". laravel-mix 6.0.49
floats `webpack: ^5.60.0`; webpack 5.107.0 removed that module and 5.102+
tightened ProgressPlugin option validation, which webpackbar violates.
Pin webpack to 5.101.3, the last release laravel-mix builds against, and
rebuild dist.

Also adopt coding-standard 1.0 conventions: chain php-cs-fixer before
phpcbf in the `cs` script, and fix the issues both tools reported.
@alies-dev alies-dev self-assigned this Jul 20, 2026
@alies-dev
alies-dev merged commit f08e608 into main Jul 20, 2026
17 checks passed
@alies-dev
alies-dev deleted the chore/require-php-8.4 branch July 20, 2026 19:36
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