Skip to content

Commit 578b2cb

Browse files
authored
Merge pull request #421 from magento-gl/ACQE-7127-PHP8.4-upgrade
MFTF Framework | PHP 8.4 upgrade
2 parents c98f5b5 + 76fe4ca commit 578b2cb

File tree

23 files changed

+507
-742
lines changed

23 files changed

+507
-742
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: ['8.1', '8.2', '8.3']
15+
php-versions: ['8.3', '8.4']
1616
steps:
1717
- uses: actions/checkout@v2
1818

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

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

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

123123
services:
124124
chrome:

composer.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
},
1111
"require": {
1212
"allure-framework/allure-codeception": "^2.1",
13-
"allure-framework/allure-phpunit": "^3",
1413
"aws/aws-sdk-php": "^3.132",
1514
"codeception/codeception": "^5.0",
1615
"codeception/module-asserts": "^3.0",
@@ -29,25 +28,14 @@
2928
"monolog/monolog": "^2.3||^3.0",
3029
"mustache/mustache": "~2.5",
3130
"nikic/php-parser": "^4.4||^5.0",
32-
"php": ">=8.1",
31+
"php": ">8.2",
3332
"php-webdriver/webdriver": "^1.14.0",
3433
"spomky-labs/otphp": "^10.0||^11.0",
35-
"symfony/config": "^6.4",
3634
"symfony/console": "^6.4",
37-
"symfony/dependency-injection": "^6.4",
3835
"symfony/dotenv": "^6.4",
39-
"symfony/filesystem": "^6.4",
4036
"symfony/finder": "^6.4",
41-
"symfony/http-foundation": "^6.4",
4237
"symfony/mime": "^6.4",
4338
"symfony/process": "^6.4",
44-
"symfony/stopwatch": "^6.4",
45-
"symfony/string": "^6.4",
46-
"symfony/var-exporter": "^6.4",
47-
"symfony/css-selector": "^6.4",
48-
"symfony/event-dispatcher": "^6.4",
49-
"symfony/var-dumper": "^6.4||^7.0",
50-
"symfony/yaml": "^6.4||^7.0",
5139
"weew/helpers-array": "^1.3"
5240
},
5341
"require-dev": {

0 commit comments

Comments
 (0)