Skip to content

Commit

Permalink
test: 100 percent code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Jan 30, 2025
1 parent a0e36db commit d25da5c
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 124 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.3, 8.2]
php: [8.4]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
17 changes: 9 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,20 @@
}
},
"require": {
"php": ">=8.2",
"php": ">=8.4",
"ext-mbstring": "*",
"illuminate/support": "^11.14.0",
"jetbrains/phpstorm-attributes": "^1.1"
"jetbrains/phpstorm-attributes": "^1.1",
"nesbot/carbon": "^3.8.4"
},
"require-dev": {
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-type-coverage": "^2.8",
"laravel/pint": "^1.16",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-strict-rules": "^1.6",
"phpstan/extension-installer": "^1.4",
"pestphp/pest-plugin-watch": "^2.1"
"pestphp/pest": "^3.7.4",
"pestphp/pest-plugin-type-coverage": "^3.2.3",
"pestphp/pest-plugin-watch": "^3.0.0",
"phpstan/phpstan": "^2.1.2",
"phpstan/phpstan-strict-rules": "^2.0.3",
"phpstan/extension-installer": "^1.4"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit d25da5c

Please sign in to comment.