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.
2 parents 7da8a6b + c98419a commit bf11696Copy full SHA for bf11696
.github/workflows/ci.yml
@@ -33,6 +33,8 @@ jobs:
33
php-version: ${{ matrix.php }}
34
coverage: xdebug
35
ini-file: development
36
+ - run: composer config secure-http false && composer config repo.packagist composer http://packagist.org && composer config preferred-install source
37
+ if: ${{ matrix.php < 5.5 && matrix.os == 'windows-2022' }} # legacy PHP on Windows is allowed to use insecure downloads until it will be removed again
38
- run: composer install
39
- run: vendor/bin/phpunit --coverage-text
40
if: ${{ matrix.php >= 7.3 }}
0 commit comments