-
Notifications
You must be signed in to change notification settings - Fork 66
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
Support for Symfony 4 #112
Comments
I've changed Does it look good to you? Moreover I'm not so confident with What do you think? After that we can release a new tagged version (1.5.2) |
yeah test matrix should cover all of those symfony versions. And that composer.json looks fine for me. |
@DonCallisto so you're changing that travis config? or should we just release new version so that all sf4 users could use this already? |
I would like to test it against the matrix but I don't know where to start as I made some tries Saturday and I didn't succeed. I'm gonna try it again, in a new branch, so we can try to make it work together. |
@tarlepp as you can see from this build maybe we should drop sf2.7 support (as it seems not to work correctly but I need to investigate further). This is the commit that makes travis fail. WDYT? |
@DonCallisto I think "the best" way is to drop support old symfony from next major release of this library. |
Note that Symfony 2.7 is still supported until May 2018: https://symfony.com/roadmap?version=2.7#checker But I think that users can upgrade from 2.7 to the 2.8 which is still a LTS release. |
@alexislefebvre I know that symfony 2.7 still has support but look at this: it seems that behat 2 not works with symfony 2.7. How can we deal with this? I'll try to upgrade behat 2 minor version to see if it works. Let's see! |
Ok, we cannot use other versions of 2.7 because it's the only one. |
Looking closely to this, I've noticed that issue is not about symfony 2.7 and it's not about our fastest library: it's in behat with I'm going to open an issue directly in behat. Let's see what's happen |
You can require a newer version of Behat to avoid error with |
@alexislefebvre I do know this, and I suppose is gonna be the right choice as behat2 seems not to be maintained anymore. |
I had a similar problem recently and changing |
Finally, I make it works: this is the commit Had to drop php7.0 and hhvm support as symfony 4 components does not support them. I suppose that this should deserve a new major version (2) @alexislefebvre, @tarlepp does it look good to you? Do you agree with this? |
Whops, forgot to restore symfony component versions. Gonna fix it immediately. |
Let's continue in #116 |
Symfony 4 was just released and I cannot update to that because currently package.json contains following:
The text was updated successfully, but these errors were encountered: