-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Check the tools with exclude-php:8.0
tag
#357
Comments
Summary:
|
paratest has released v6,2,0, but not as a phar file, possibly it can be installed from the github repo. phpDocumentor has a dev-master / 3.0.x-dev branch with PHP ^8.0. PHP 8 tests are passing, it is Scrutinizer that failed. phpinsights has dev-master branch with PHP ^8.0 |
phpunit-7 is available via sminnee is the CEO of Silverstripe, who supply the Silverstripe CMS to the New Zealand government. |
Great work! |
Since newer versions of phpunit are there, I don't think we need to worry about phpunit-7. |
We need to re-evaluate the list. I only quickly looked at a few packages and rebased/merged some PRs. From what I looked at:
|
@jakzal regarding phpat: PHP 8 compatibility fully released https://github.com/carlosas/phpat/releases/tag/0.8.0 🙂 |
There are 16 tools with
exclude-php:8.0
tag.Each repo has been checked, to create this plan
"php": ">=7.0",
"php": ".. ^8",
"php": " .. ^8.0",
"php": ">=7.2",
"php": "^7.2",
"php": "... ^8.0",
"php": ".. ^8.0",
"php": "^7.1",
, a fork used by Silverstripe may work: sminnee/phpunitphp: .. ^8.0
"php": "^7.4.7",
Summary
The next step is to remove the tag and see if the build passes.
Edit:
php-formatter
should be ❌The text was updated successfully, but these errors were encountered: