Skip to content

Commit

Permalink
Add support for PHPUnit 11 and update the phpunit configuration for i…
Browse files Browse the repository at this point in the history
…nfection.
  • Loading branch information
tvbeek committed Nov 19, 2024
1 parent d02051d commit 1ccf587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ infection:
image: registry.gitlab.com/tjvb/phpimages:php83
script:
- composer update
- vendor/bin/phpunit --migrate-configuration || true
- composer infection
dependencies:
- prepare_cache
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mikey179/vfsstream": "^1.6.7",
"phpmd/phpmd": "^2.10",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5 || ^10.0",
"phpunit/phpunit": "^9.5 || ^10.0 || ^11.0",
"slevomat/coding-standard": "^8.14",
"squizlabs/php_codesniffer": "^3.7",
"symplify/easy-coding-standard": "^12.0",
Expand Down

0 comments on commit 1ccf587

Please sign in to comment.