-
Notifications
You must be signed in to change notification settings - Fork 37
Final: Updating this to support php8.x still supports 5.x and 7.x #54
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
Conversation
- intended to be a major version update - removed support for php 5.x - added support for php 8.2 - added phpstan @Level 7 - added typehints - removed travis - added github actions - added scripts to composer.json - renamed markdown extensions TODO: - update README - pass all tests - probably more stuff.
- get it to work with either coveralls or codecov.
This doesn't seem to be including the github actions, but I think that's because your It also uses docdecov.io coverage reports as seen in this pull request: 302dev#1 and here https://app.codecov.io/gh/302dev/cakephp |
Is there any way you could set up another branch that could be used for testing/dev before the code goes to |
Closing as I need the pull request to use a different branch. See #55 |
Pull request replaces #54
This is a new pull request. I closed the other one. This one supports PHP 5.5, 5.6, 7.0, 7.1, 7.2, 7.4, 8.0, 8.1, 8.2.
It stems from an error I am getting with php 8.2:
This fixes that and updates the CI workflow.