Skip to content

Commit e2d07b7

Browse files
authored
chore: phpunit/phpunit CVE-2026-24765 (#1932)
1 parent 0ad6cc7 commit e2d07b7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/isolated-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: supercharge/redis-github-action@1.7.0
6767

6868
- name: Install PHPUnit
69-
run: composer global require phpunit/phpunit:12.4.0
69+
run: composer global require phpunit/phpunit:12.5.8
7070

7171
- name: Setup problem matchers
7272
run: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"phpat/phpat": "^0.11.0",
7575
"phpbench/phpbench": "84.x-dev",
7676
"phpstan/phpstan": "^2.0",
77-
"phpunit/phpunit": "^12.2.3",
77+
"phpunit/phpunit": "^12.5.8",
7878
"predis/predis": "^3.0.0",
7979
"riskio/oauth2-auth0": "^2.4",
8080
"smolblog/oauth2-twitter": "^1.0",

packages/generation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"require-dev": {
2323
"spatie/phpunit-snapshot-assertions": "^5.1.8",
24-
"phpunit/phpunit": "^12.2.3"
24+
"phpunit/phpunit": "^12.5.8"
2525
}
2626
}

packages/http-client/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"require-dev": {
1616
"guzzlehttp/psr7": "^2.6.1",
17-
"phpunit/phpunit": "^12.2.3"
17+
"phpunit/phpunit": "^12.5.8"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)