Skip to content

Commit

Permalink
Bump phpunit version to current HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Sep 7, 2019
1 parent a8473a8 commit 3b52fba
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Set up php and composer
uses: shivammathur/setup-php@ext
uses: shivammathur/setup-php@develop
with:
php-version: ${{ matrix.php-versions }}
extension-csv: 'mbstring, xdebug'
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
vendor/*
logs/*
build/*
xdebug-filter.php
.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"symfony/http-kernel": "*"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/phpunit": "dev-master",
"php-coveralls/php-coveralls": "*",
"squizlabs/php_codesniffer": "*"
},
Expand Down
20 changes: 11 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions xdebug-filter.php

This file was deleted.

0 comments on commit 3b52fba

Please sign in to comment.