Skip to content

Commit 5d129d7

Browse files
committed
Upgrade PhpUnit
1 parent 27dd9fa commit 5d129d7

File tree

5 files changed

+339
-1069
lines changed

5 files changed

+339
-1069
lines changed

Diff for: .github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
dependency-versions: ${{ matrix.dependency-versions }}
4747

4848
- name: Run PHPUnit
49-
run: vendor/bin/phpunit tests
49+
run: vendor/bin/phpunit tests --no-coverage
5050

5151
- name: Run phpstan
5252
run: vendor/bin/phpstan analyse

Diff for: composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
"nette/utils": "^4.0.4"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^9.5",
24+
"phpunit/phpunit": "^11.0",
2525
"phpspec/prophecy-phpunit": "^2.0.1",
26-
"php-coveralls/php-coveralls": "^2.5.2",
2726
"phpstan/phpstan": "^1.10",
2827
"friendsofphp/php-cs-fixer": "^3.11",
2928
"roave/security-advisories": "dev-latest",

0 commit comments

Comments
 (0)