Skip to content

Commit

Permalink
Exclude phpstan-mockery on PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 1, 2020
1 parent 603ef59 commit 6fad4e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -90,6 +90,8 @@ jobs:
exclude:
- extension-name: "phpstan-phpunit"
static-reflection: "true"
- extension-name: "phpstan-mockery"
php-version: "8.0"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 6fad4e5

Please sign in to comment.