Skip to content

Commit 88e6014

Browse files
committed
ACQE-7127 | Added support for php 8.4
1 parent 8795b86 commit 88e6014

File tree

22 files changed

+196
-267
lines changed

22 files changed

+196
-267
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', '8.4']
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', '8.4']
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', '8.4']
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', '8.4']
121+
php-versions: ['8.3', '8.4']
122122

123123
services:
124124
chrome:

composer.json

Lines changed: 1 addition & 2 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,7 +28,7 @@
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",
3534
"symfony/config": "^6.4",

0 commit comments

Comments
 (0)