File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2121 - " 8.2"
2222 - " 8.3"
2323 - " 8.4"
24+ - " 8.5"
2425 os :
2526 - ubuntu-latest
2627 - windows-latest
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This adapter only generates JSON files containing information about tests. See [
3535## Installation && Usage
3636** Note:** this adapter supports Allure 2.x.x only.
3737
38- Supported PHP versions: 8.1-8.4 .
38+ Supported PHP versions: 8.1-8.5 .
3939
4040In order to use this adapter you need to add a new dependency to your ** composer.json** file:
4141```
Original file line number Diff line number Diff line change 2929 "source" : " https://github.com/allure-framework/allure-phpunit"
3030 },
3131 "require" : {
32- "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" ,
32+ "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0 " ,
3333 "allure-framework/allure-php-commons" : " ^2.0" ,
3434 "phpunit/phpunit" : " ^10.0.5 || ^11 || ^12.0.1"
3535 },
You can’t perform that action at this time.
0 commit comments