Skip to content

Commit

Permalink
Pass disabled functions to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Feb 27, 2024
1 parent 4ddd0f6 commit 45a31b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
with:
extensions: sockets
ini-values: 'disable_functions=flush,header,http_response_code,headers_sent,header_remove'
ini-values: disable_functions="flush,header,http_response_code,headers_sent,header_remove"
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
mutation:
uses: yiisoft/actions/.github/workflows/roave-infection.yml@master
with:
ini-values: 'disable_functions=flush,header,http_response_code,headers_sent,header_remove'
ini-values: disable_functions="flush,header,http_response_code,headers_sent,header_remove"
os: >-
['ubuntu-latest']
php: >-
Expand Down

0 comments on commit 45a31b5

Please sign in to comment.