-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Symfony 6 support #84
Conversation
@tgalopin can you check this please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
Could you add "minimum-stability": "dev"
in the composer.json to run tests? It should be fine anyway, relying on dev branches is usually a good idea as long as we have versions constraints.
.github/workflows/test.yaml
Outdated
@@ -66,3 +66,35 @@ jobs: | |||
composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION | |||
composer update --prefer-dist --no-interaction --no-ansi --no-progress | |||
php vendor/bin/simple-phpunit | |||
|
|||
tests-php-7-4-symfony-6-0: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove this case, Symfony 6 requires PHP 8 :)
@AbdelilahJabri Thanks for getting the PR started! Do you have time to continue with this or should somebody else take over? Seems like only minor changes are required to get this merged after we see a green pipeline for |
Any progress on this? |
Thanks @AbdelilahJabri. |
No description provided.