Skip to content

Commit

Permalink
remove phpstan check on lowest versions
Browse files Browse the repository at this point in the history
Signed-off-by: mesilov <[email protected]>
  • Loading branch information
mesilov committed Feb 17, 2023
1 parent fc98eb5 commit 5afb67b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
dependencies:
- "lowest"
- "highest"
dependencies: [ highest ]

steps:
- name: "Checkout"
Expand Down

0 comments on commit 5afb67b

Please sign in to comment.