We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ac505 commit 9b2ef20Copy full SHA for 9b2ef20
.github/workflows/ci.yml
@@ -24,11 +24,7 @@ jobs:
24
with:
25
php-version: ${{ env.PHP_VERSION }}
26
extensions: xdebug, zip, pcov
27
- env:
28
- GITHUB_TOKEN: ${{ secrets.REPO_READONLY_TOKEN }}
29
- name: 'Composer install'
30
31
- COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.REPO_READ_ONLY_TOKEN }}"}}'
32
run: composer install --no-interaction --no-scripts --no-progress --prefer-dist --no-ansi
33
- name: Static analysis with PHPStan
34
run: composer phpstan
0 commit comments