Skip to content

Commit

Permalink
Upgrade PhpUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkyle committed Aug 28, 2024
1 parent 27dd9fa commit 5d129d7
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 1,069 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
dependency-versions: ${{ matrix.dependency-versions }}

- name: Run PHPUnit
run: vendor/bin/phpunit tests
run: vendor/bin/phpunit tests --no-coverage

- name: Run phpstan
run: vendor/bin/phpstan analyse
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
"nette/utils": "^4.0.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^11.0",
"phpspec/prophecy-phpunit": "^2.0.1",
"php-coveralls/php-coveralls": "^2.5.2",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.11",
"roave/security-advisories": "dev-latest",
Expand Down
Loading

0 comments on commit 5d129d7

Please sign in to comment.