Skip to content

Commit

Permalink
Perhaps theres a bug here
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Jon Nielsen committed Mar 11, 2024
1 parent 7ea6162 commit ee8b3e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ jobs:

phpstan:
runs-on: ubuntu-latest
strategy:
matrix:
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8,2
- run: composer install
- run: ./vendor/bin/phpstan
- run: ./vendor/bin/phpstan

0 comments on commit ee8b3e6

Please sign in to comment.