Skip to content

Commit e6dbf89

Browse files
laylatichygitbutler-client
authored andcommitted
chore: upgrade phpunit to 12.5.22
1 parent f527f4c commit e6dbf89

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
@@ -70,7 +70,7 @@ jobs:
7070
uses: supercharge/redis-github-action@1.8.1
7171

7272
- name: Install PHPUnit
73-
run: composer global require phpunit/phpunit:12.5.8
73+
run: composer global require phpunit/phpunit:12.5.22
7474

7575
- name: Setup problem matchers
7676
run: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"phpat/phpat": "^0.11.0",
7979
"phpbench/phpbench": "^1.4",
8080
"phpstan/phpstan": "2.1.40",
81-
"phpunit/phpunit": "^12.5.8",
81+
"phpunit/phpunit": "^12.5.22",
8282
"predis/predis": "^3.0.0",
8383
"riskio/oauth2-auth0": "^2.4",
8484
"smolblog/oauth2-twitter": "^1.0",

packages/generation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"require-dev": {
2626
"spatie/phpunit-snapshot-assertions": "^5.1.8",
27-
"phpunit/phpunit": "^12.5.8"
27+
"phpunit/phpunit": "^12.5.22"
2828
}
2929
}

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.5.8"
17+
"phpunit/phpunit": "^12.5.22"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)