Skip to content

Commit 26db895

Browse files
authored
Merge pull request #287 from magento-commerce/4.2.1-develop
Update MFTF to solve the issue with php-webdriver
2 parents 8e4b9ef + 5412e32 commit 26db895

File tree

3 files changed

+47
-42
lines changed

3 files changed

+47
-42
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
4.2.1
5+
---------
6+
### Fixes
7+
8+
* Updated constraint for php-webdriver to restrict pulling versions above 1.14.0
9+
410
4.2.0
511
---------
612
### Fixes

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "4.2.0",
5+
"version": "4.2.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -30,7 +30,7 @@
3030
"monolog/monolog": "^2.3",
3131
"mustache/mustache": "~2.5",
3232
"nikic/php-parser": "^4.4",
33-
"php-webdriver/webdriver": "^1.9.0",
33+
"php-webdriver/webdriver": "^1.9.0 <1.14.0",
3434
"spomky-labs/otphp": "^10.0",
3535
"symfony/console": "^4.4||^5.4",
3636
"symfony/string": "^5.4",

composer.lock

+39-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)