-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Update ramsey/uuid to php8 compatible version #32614
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
Update ramsey/uuid to php8 compatible version #32614
Conversation
Hi @ihor-sviziev. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento run all tests |
@magento run Static Tests, Unit Tests |
@magento run all tests |
@magento run Functional Tests EE, Integration Tests |
Install magento functional tests from PR
@magento run all tests |
…amsey/uuid # Conflicts: # composer.lock
@magento run all tests |
Update of allure-framework/allure-phpunit version #31296 |
Install magento functional tests from php8-develop branch
@magento run all tests |
Finally! we can update the |
…msey/uuid # Conflicts: # composer.json # composer.lock
Update allure-framework/allure-phpunit to stable version
@magento run all tests |
Basically, this PR is waiting for:
|
#31296 is merged, I will update composer.json and lock and add the EE PR |
@magento run Static Tests |
@magento run all tests |
@magento run Integration Tests |
@magento run Functional Tests EE |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@ihor-sviziev could you please resolve conflict |
…into php8-update-ramsey/uuid
@ihor-sviziev MFTF 3.5.1 is released. Updated the PR and rerunning the tests @magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run WebAPI Tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
Hi @sivaschenko, thank you for the review.
|
Hi @ihor-sviziev, thank you for your contribution! |
Description (*)
Right now not all dependencies are ready.
Issues:
allure-framework/allure-php-api:1.1.8 depends on
ramsey/uuid: ^3.0
.✔ Only version allure-framework/allure-php-api:1.3.0 and above allow to install
ramsey/uuid: ^3 | ^4
allure-framework/allure-phpunit:1.3.1 depends on
allure-framework/allure-php-api: ~1.1.0
.✔ There is available version allure-framework/allure-phpunit:1.4.0
allure-framework/allure-codeception:1.4.4 depends on
allure-framework/allure-php-api: ~1.1.8
.✔ There is available version allure-framework/allure-codeception:1.5.0
magento/magento2-functional-testing-framework:3.4.0 depends on
allure-framework/allure-codeception:~1.4.0
that isn't compatible with version 1.5.0🟡 There no available versions that support allure-framework/allure-codeception:1.5.0;
php8-develop
branch❌ There no available versions that support PHP 8 - will be fixed in Php8 support magento2-functional-testing-framework#826
For now, I get it resolved using aliases.
I executed following commands:
Also, I replaced in all places
Yandex\Allure\Adapter\AllureAdapter
withYandex\Allure\PhpUnit\AllurePhpUnit
, as class was renamed between these versions: https://github.com/allure-framework/allure-phpunit/compare/1.2.4..1.3.1Requires MFTF changes from magento/magento2-functional-testing-framework#825
Related Pull Requests
https://github.com/magento/partners-magento2ee/pull/538
Fixed Issues (if relevant)