Skip to content

Commit

Permalink
ci(composer): 👷 remove phpunit version as it is useless
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Dec 14, 2024
1 parent 64b6a2a commit e0a48fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
#- name: Scan with SonarQube
# uses: sonarsource/sonarqube-scan-action@v4
# Only one once
#if: ${{ matrix.mw == 'REL1_39' && matrix.php == 8.1 }}
#if: ${{ matrix.mw == 'REL1_42' && matrix.php == 8.2 }}
#with:
#projectBaseDir: mediawiki/skins/Citizen
#env:
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"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",
"phpunit/phpunit": "10"
"php-parallel-lint/php-parallel-lint": "1.4.0"
},
"scripts": {
"fix": [
Expand Down

0 comments on commit e0a48fc

Please sign in to comment.