-
Notifications
You must be signed in to change notification settings - Fork 19
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 php-parser 5 #85
Conversation
I'm not sure about that one. It fails during setup of the image. It's not a PHPUnit failure. |
It's because the Then in the "cache dependencies" step, there is no As for why it's missing. I have no idea. It seems like it's not included with macos. Maybe it was at some point. This failing step has nothing to do with this PR though. I would compare with previous workflow runs but there don't appear to be any. I have pushed an empty commit to the master branch on my fork to trigger the actions. You can see it failing there too. |
Found a way! Happy to see youre still using this package❤️ |
https://github.com/ajthinking/archetype/releases/tag/v2.0.0 Let me know if it needs any tweeking 👍 |
Thank you! |
This PR adds support for
nikic/php-parser
5.0.It removes support for 4.0.
This has become necessary as PHPUnit 11 requires 5.0. PHPUnit 11 is now the default in Laravel.