Skip to content

Commit

Permalink
Merge pull request #762 from laravel/drop-phpunit-7
Browse files Browse the repository at this point in the history
[7.x] Drop PHPUnit 7
  • Loading branch information
taylorotwell authored Apr 14, 2020
2 parents 0f3742c + cda28a0 commit ff1e0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
php: [7.2, 7.3, 7.4]
laravel: [^6.0, ^7.0, ^8.0]
phpunit: [^7.5, ^8.0, ^9.0]
phpunit: [^8.0, ^9.0]
exclude:
- php: 7.2
phpunit: ^9.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.5.15|^8.4|^9.0"
"phpunit/phpunit": "^8.4|^9.0"
},
"suggest": {
"ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
Expand Down

0 comments on commit ff1e0e8

Please sign in to comment.