Skip to content

Commit 71df78e

Browse files
authored
Merge branch 'develop' into ACQE-3464
2 parents f64e411 + db1b01e commit 71df78e

File tree

7 files changed

+652
-176
lines changed

7 files changed

+652
-176
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-versions: ['7.3', '7.4', '8.0', '8.1']
15+
php-versions: ['7.4', '8.0', '8.1']
1616
steps:
1717
- uses: actions/checkout@v2
1818

@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
php-versions: ['7.3', '7.4', '8.0', '8.1']
57+
php-versions: ['7.4', '8.0', '8.1']
5858
steps:
5959
- uses: actions/checkout@v2
6060

@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: false
8888
matrix:
89-
php-versions: ['7.3', '7.4', '8.0', '8.1']
89+
php-versions: ['7.4', '8.0', '8.1']
9090
steps:
9191
- uses: actions/checkout@v2
9292

@@ -118,7 +118,7 @@ jobs:
118118
strategy:
119119
fail-fast: false
120120
matrix:
121-
php-versions: ['7.3', '7.4', '8.0', '8.1']
121+
php-versions: ['7.4', '8.0', '8.1']
122122

123123
services:
124124
chrome:

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
3.10.3
5+
---------
6+
7+
### Fixes
8+
9+
* Chrome settings for potential cost reductions
10+
411
3.10.2
512
---------
613

@@ -10,7 +17,6 @@ Magento Functional Testing Framework Changelog
1017
* Fixed links in docs
1118

1219

13-
1420
3.10.1
1521
---------
1622

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "3.10.2",
5+
"version": "3.10.3",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
99
"sort-packages": true
1010
},
1111
"require": {
12-
"php": ">7.3",
12+
"php": ">7.4",
1313
"ext-curl": "*",
1414
"ext-dom": "*",
1515
"ext-iconv": "*",

0 commit comments

Comments
 (0)