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 fb2dec0 commit a362216Copy full SHA for a362216
.github/workflows/tests.yml
@@ -26,12 +26,7 @@ jobs:
26
php-version: ${{ matrix.php }}
27
coverage: xdebug
28
29
- - name: Install dependencies with Composer (PHP 8.0)
30
- if: ${{ matrix.php == 8.0 }}
31
- run: rm composer.lock && composer update
32
-
33
- - name: Install dependencies with Composer (PHP 8.1+)
34
- if: ${{ matrix.php >= 8.1 }}
+ - name: Install dependencies with Composer
35
uses: ramsey/composer-install@v2
36
37
- name: Coding standards
0 commit comments