Skip to content

Commit

Permalink
phpunit 11
Browse files Browse the repository at this point in the history
- upgrade to phpunit 11
  • Loading branch information
wickedOne committed Aug 16, 2024
1 parent e3b6dd5 commit 1ba4281
Show file tree
Hide file tree
Showing 11 changed files with 874 additions and 604 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
env:
MIN_MSI: 95.00
MIN_COVERED_MSI: 98.00
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'

jobs:
phpunit-tests:
Expand Down
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'strict_comparison' => true,
'strict_param' => true,
'fopen_flags' => array('b_mode' => true),
'native_function_invocation' => false,
))
->setFinder(
(new PhpCsFixer\Finder())
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
],
"minimum-stability": "stable",
"require-dev": {
"infection/infection": "^0.27.11",
"infection/infection": "^0.28",
"matthiasnoback/symfony-dependency-injection-test": "^6.0.0",
"phpstan/phpstan": "^1.10.65",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpunit/phpunit": "^10.5.15",
"phpunit/phpunit": "^10.5.11 || ^11.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.23.1"
"vimeo/psalm": "dev-master"
},
"require": {
"php": "~8.2.0 || ~8.3.0",
Expand Down
Loading

0 comments on commit 1ba4281

Please sign in to comment.