Skip to content

Commit fa13d18

Browse files
committed
Allow Php8.5 Support
1 parent be8b5ef commit fa13d18

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- "8.2"
2222
- "8.3"
2323
- "8.4"
24+
- "8.5"
2425
os:
2526
- ubuntu-latest
2627
- windows-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4040
In order to use this adapter you need to add a new dependency to your **composer.json** file:
4141
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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
},

0 commit comments

Comments
 (0)