Skip to content

Commit

Permalink
Tests.yml: move PHPStan check here
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni authored May 10, 2024
1 parent 42b3e06 commit 73b65fc
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 @@ -31,6 +31,9 @@ jobs:
- name: Tests
run: vendor/bin/phpunit

- name: Static Analysis
run: vendor/bin/phpstan analyse

windows-tests:
name: Windows-Tests with PHP ${{ matrix.php-versions }}
runs-on: windows-2019
Expand Down

0 comments on commit 73b65fc

Please sign in to comment.