Skip to content

Commit 784da78

Browse files
committed
update phpunit to 10
1 parent 36ae3ba commit 784da78

File tree

4 files changed

+251
-371
lines changed

4 files changed

+251
-371
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
uses: "ramsey/composer-install@v2"
3131

3232
- name: Run test suite
33-
run: composer build
33+
run: composer ci

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "^3.58",
26-
"phpunit/phpunit": "^9.5",
26+
"phpunit/phpunit": "^10.5",
2727
"symfony/browser-kit": "^6.4",
2828
"symfony/framework-bundle": "^6.4",
2929
"symfony/http-kernel": "^6.4",
@@ -40,7 +40,8 @@
4040
}
4141
},
4242
"scripts": {
43-
"build": [
43+
"ci": [
44+
"composer validate",
4445
"@check-cs",
4546
"@phpunit"
4647
],

0 commit comments

Comments
 (0)