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 b469372 commit 7ca2fcaCopy full SHA for 7ca2fca
.github/workflows/php.yml
@@ -17,8 +17,6 @@ jobs:
17
- uses: shivammathur/setup-php@v2
18
with:
19
php-version: ${{ matrix.php }}
20
- - name: Validate Composer files
21
- run: composer validate --no-check-all --strict
22
- name: Install Composer dependencies
23
run: composer install --prefer-dist --no-progress --no-suggest
24
- name: Run tests
0 commit comments