Skip to content

Conversation

@rosier
Copy link
Contributor

@rosier rosier commented May 27, 2025

Q A
License MIT
Doc issue/PR symfony/symfony-docs#...

This bumps the Symfony versions for the tests to the current maintained versions

@github-actions
Copy link

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-1421/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1421/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 changed the title Run updated recipes on maintained Symfony versions [CI] Run updated recipes on maintained Symfony versions May 27, 2025
@rosier
Copy link
Contributor Author

rosier commented May 27, 2025

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

@fabpot fabpot merged commit 975c205 into symfony:main May 28, 2025
1 of 2 checks passed
@rosier rosier deleted the bump-sf-versions branch May 29, 2025 08:19
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.

3 participants