Skip to content

Commit

Permalink
Downgrade PHPUnit and update GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
cjreed121 committed Mar 27, 2024
1 parent 9c34947 commit f14a4da
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 239 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest

- name: Setup pcov
run: vendor/bin/pcov clobber

- name: Lint
run: vendor/bin/phpcs --colors -p --standard=SubmittyStandard ./SubmittyStandard

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require-dev": {
"pcov/clobber": "^2.0",
"phpunit/phpunit": "^10.5.15",
"phpunit/phpunit": "^9.3.4",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
},
"suggest": {
Expand Down
Loading

0 comments on commit f14a4da

Please sign in to comment.