Skip to content

Commit

Permalink
Use at least mockery 1.3.3 with php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Dec 8, 2020
1 parent 6bf6784 commit 0595404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- php: 7.4
dependency-version: prefer-lowest
additional-deps: '"mockery/mockery:>=1.2.3"'
- php: 8.0
dependency-version: prefer-lowest
additional-deps: '"mockery/mockery:>=1.3.3"'
exclude:
- laravel: 8.*
php: 7.2
Expand Down

0 comments on commit 0595404

Please sign in to comment.