Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Dec 20, 2023
1 parent ae23b1a commit f6b1d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
php -v
php --ini
ls -al
ldconfig -p
pwd
echo "`git log -20 --pretty --oneline`"
echo "`git log -10 --stat --pretty --oneline`"
Expand All @@ -36,7 +37,7 @@ jobs:
./configure --with-python-config=python3-config
make -j $(nproc)
sudo make install
echo "extension=phpy.so" | sudo tee /etc/php/8.0/cli/conf.d/90-phpy.ini
sudo sh -c "echo 'extension=phpy.so' > /etc/php/8.0/cli/conf.d/90-phpy.ini"
php --ri phpy
- name: Run phpunit tests
run: |
Expand Down

0 comments on commit f6b1d82

Please sign in to comment.