We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29eea43 commit 635066eCopy full SHA for 635066e
.github/workflows/isolated-tests.yml
@@ -59,7 +59,7 @@ jobs:
59
coverage: pcov
60
61
- name: Install PHPUnit
62
- run: composer global require phpunit/phpunit:^11.5
+ run: composer global require phpunit/phpunit:^11.5.17
63
64
- name: Setup problem matchers
65
run: |
composer.json
@@ -49,7 +49,7 @@
49
"phpat/phpat": "^0.11.0",
50
"phpbench/phpbench": "84.x-dev",
51
"phpstan/phpstan": "^2.0",
52
- "phpunit/phpunit": "^11.3.5",
+ "phpunit/phpunit": "^11.5.17",
53
"rector/rector": "^2.0-rc2",
54
"spatie/phpunit-snapshot-assertions": "^5.1.6",
55
"spaze/phpstan-disallowed-calls": "^4.0",
0 commit comments