Skip to content

Commit

Permalink
Merge pull request #299 from mjaschen/task/php-ini-on-ci
Browse files Browse the repository at this point in the history
Use the development PHP INI on CI
  • Loading branch information
mjaschen authored Mar 26, 2024
2 parents 35b8976 + ddb41a1 commit e62cd51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: none
ini-file: development
coverage: xdebug
tools: pecl
extensions: curl,fileinfo,zip

Expand Down

0 comments on commit e62cd51

Please sign in to comment.