We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdcc6d commit 2f4aab6Copy full SHA for 2f4aab6
1 file changed
.github/workflows/ci.yml
@@ -30,9 +30,6 @@ jobs:
30
31
- name: Install PHP 8.1 dependencies
32
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress
33
-
34
- - name: Run PHPStan
35
- run: ./vendor/bin/phpstan
36
37
- name: Run Tests for PHP 8.1
38
run: ./vendor/bin/pest --coverage
0 commit comments