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 5017671 commit f2b9588Copy full SHA for f2b9588
.github/workflows/php.yml
@@ -36,6 +36,7 @@ jobs:
36
uses: shivammathur/setup-php@v2
37
with:
38
php-version: ${{ matrix.php-version }}
39
+ ini-file: development
40
env:
41
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
0 commit comments