Skip to content

Conversation

@rosier
Copy link
Contributor

@rosier rosier commented Nov 15, 2025

Q A
License MIT

Currently the job "Run updated recipes" uses the minimum supported php version of Symfony, however some recipes require a more recent php version.

This PR also runs the updated recipes on PHP v8.4.

I think this can be useful for PR's like:

@github-actions
Copy link

github-actions bot commented Nov 15, 2025

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1479/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1479/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

@rosier rosier force-pushed the php-latest branch 6 times, most recently from 356abeb to 7b9d9cf Compare November 17, 2025 18:56
@rosier rosier changed the title [CI] Run updated recipes also on the latest php version [CI] Run updated recipes also on PHP v8.4 Nov 17, 2025
@rosier
Copy link
Contributor Author

rosier commented Nov 19, 2025

I think the checks / tests are failing because I only changed a workflow file and no recipe files

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