Skip to content

Commit f1fef97

Browse files
authored
Merge pull request #254 from magento-gl/release-MFTF-4.0.0
PHP 8.2 upgrade , drop 7.4 php , MFTF deprecation errors fix , Composer downgrade from 2.4 to 2.2 and allure upgrade
2 parents 0140482 + 6aece8c commit f1fef97

File tree

13 files changed

+284
-281
lines changed

13 files changed

+284
-281
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.4', '8.0', '8.1']
15+
php-versions: ['8.0', '8.1', '8.2']
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.4', '8.0', '8.1']
57+
php-versions: ['8.0', '8.1', '8.2']
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.4', '8.0', '8.1']
89+
php-versions: ['8.0', '8.1', '8.2']
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.4', '8.0', '8.1']
121+
php-versions: ['8.0', '8.1', '8.2']
122122

123123
services:
124124
chrome:

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
"sort-packages": true
1010
},
1111
"require": {
12-
"php": ">7.4",
12+
"php": ">=8.0",
1313
"ext-curl": "*",
1414
"ext-dom": "*",
1515
"ext-iconv": "*",
1616
"ext-intl": "*",
1717
"ext-json": "*",
1818
"ext-openssl": "*",
1919
"allure-framework/allure-codeception": "^1.4",
20+
"allure-framework/allure-phpunit": "^2",
2021
"aws/aws-sdk-php": "^3.132",
2122
"codeception/codeception": "^4.1",
2223
"codeception/module-asserts": "^1.1",
@@ -32,6 +33,7 @@
3233
"php-webdriver/webdriver": "^1.9.0",
3334
"spomky-labs/otphp": "^10.0",
3435
"symfony/console": "^4.4||^5.4",
36+
"symfony/string": "^5.4",
3537
"symfony/dotenv": "^5.3",
3638
"symfony/finder": "^5.0",
3739
"symfony/http-foundation": "^5.0",

0 commit comments

Comments
 (0)