Skip to content

Commit

Permalink
Debugging PSR problem
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli committed Dec 6, 2023
1 parent 8f75ac8 commit 9a7b17f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
php-version: "8.2"
coverage: none

- name: Check PHP install
run: |
sudo dpkg --get-selections | grep php
- name: Install dependencies
run: |
composer update
Expand Down

0 comments on commit 9a7b17f

Please sign in to comment.