Skip to content

Commit

Permalink
better extension support
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jul 4, 2023
1 parent 79add2d commit dcf36e5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/local-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
ini-file: development
#ini-values: output_buffering=Off
ini-values: output_buffering=Off
extensions: none
coverage: none
env:
phpts: ts
debug: true
- name: Update php.ini
run: |
sudo rm -Rf /etc/php/8.2/embed/conf.d/*
sudo echo 'output_buffering=Off' > /etc/php/8.2/embed/php.ini
- run: ls -r /etc/php/
#- name: Update php.ini
# run: |
# sudo rm -Rf /etc/php/8.2/embed/conf.d/*
# sudo echo 'output_buffering=Off' > /etc/php/8.2/embed/php.ini
- name: Set include flags
run: echo "CGO_CFLAGS=$(php-config --includes)" >> "$GITHUB_ENV"
#- name: Setup tmate session
Expand Down

0 comments on commit dcf36e5

Please sign in to comment.