Skip to content

Commit

Permalink
PHPUnit 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Apr 13, 2020
1 parent a0d1d79 commit 2770f25
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]
phpunit: [^7.5, ^8.0]
phpunit: [^7.5, ^8.0, ^9.0]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - U${{ matrix.phpunit }}

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|^8.0"
"phpunit/phpunit": "^7.5.15|^8.4|^9.0"
},
"suggest": {
"ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
Expand Down

0 comments on commit 2770f25

Please sign in to comment.