Skip to content

Commit

Permalink
ci(composer): 👷 use phpunit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Dec 14, 2024
1 parent cf45995 commit 64b6a2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
php-version: ${{ matrix.php }}
coverage: pcov
extensions: mbstring, intl
tools: composer, phpunit
tools: composer

- name: Cache MediaWiki
id: cache-mediawiki
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"mediawiki/mediawiki-phan-config": "0.15.0",
"mediawiki/minus-x": "1.1.3",
"php-parallel-lint/php-console-highlighter": "1.0.0",
"php-parallel-lint/php-parallel-lint": "1.4.0"
"php-parallel-lint/php-parallel-lint": "1.4.0",
"phpunit/phpunit": "10"
},
"scripts": {
"fix": [
Expand Down

0 comments on commit 64b6a2a

Please sign in to comment.