Skip to content

Commit f8d5e7d

Browse files
Bump phpunit/phpunit from 9.6.16 to 10.5.10 (#156)
* Bump phpunit/phpunit from 9.6.16 to 10.5.10 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.16 to 10.5.10. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.10/ChangeLog-10.5.md) - [Commits](sebastianbergmann/phpunit@9.6.16...10.5.10) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * wip --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dries Vints <[email protected]>
1 parent 75a1be5 commit f8d5e7d

File tree

3 files changed

+234
-353
lines changed

3 files changed

+234
-353
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm run build
2828

2929
- name: Execute tests
30-
run: vendor/bin/phpunit --verbose
30+
run: vendor/bin/phpunit
3131

3232
- name: Deploy
3333
if: github.ref_name == 'main'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"fakerphp/faker": "^1.9.1",
2424
"mockery/mockery": "^1.4.4",
2525
"nunomaduro/collision": "^7.10",
26-
"phpunit/phpunit": "^9.5.10"
26+
"phpunit/phpunit": "^10.5.10"
2727
},
2828
"config": {
2929
"optimize-autoloader": true,

0 commit comments

Comments
 (0)