Skip to content

Commit

Permalink
fixup! Update PHP command in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jul 1, 2024
1 parent 4e935ca commit 4cc434a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Run demo
run: |
php -dextension=./modules/rayaop.so -i | grep rayaop
timeout 60s php -dextension=./modules/rayaop.so -d memory_limit=128M -d report_memleaks=1 -d zend.assertions=1 -d assert.exception=1 smoke.php
timeout 60s php -dextension=./modules/rayaop.so -dmemory_limit=128M -dreport_memleaks=1 -dzend.assertions=1 -dassert.exception=1 smoke.php

0 comments on commit 4cc434a

Please sign in to comment.