Skip to content

Commit d25da5c

Browse files
committed
test: 100 percent code coverage
1 parent a0e36db commit d25da5c

4 files changed

Lines changed: 431 additions & 124 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
php: [8.3, 8.2]
20+
php: [8.4]
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,20 @@
2525
}
2626
},
2727
"require": {
28-
"php": ">=8.2",
28+
"php": ">=8.4",
2929
"ext-mbstring": "*",
3030
"illuminate/support": "^11.14.0",
31-
"jetbrains/phpstorm-attributes": "^1.1"
31+
"jetbrains/phpstorm-attributes": "^1.1",
32+
"nesbot/carbon": "^3.8.4"
3233
},
3334
"require-dev": {
34-
"pestphp/pest": "^2.34",
35-
"pestphp/pest-plugin-type-coverage": "^2.8",
3635
"laravel/pint": "^1.16",
37-
"phpstan/phpstan": "^1.11",
38-
"phpstan/phpstan-strict-rules": "^1.6",
39-
"phpstan/extension-installer": "^1.4",
40-
"pestphp/pest-plugin-watch": "^2.1"
36+
"pestphp/pest": "^3.7.4",
37+
"pestphp/pest-plugin-type-coverage": "^3.2.3",
38+
"pestphp/pest-plugin-watch": "^3.0.0",
39+
"phpstan/phpstan": "^2.1.2",
40+
"phpstan/phpstan-strict-rules": "^2.0.3",
41+
"phpstan/extension-installer": "^1.4"
4142
},
4243
"config": {
4344
"allow-plugins": {

0 commit comments

Comments
 (0)