Skip to content

Commit be30935

Browse files
koriymclaude
andcommitted
Fix CI: add php command for run.php
- First script gets 'php' prefix automatically: demo/compile.php - Second script needs explicit 'php': php demo/run.php 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent d85c833 commit be30935

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
with:
1212
old_stable: '["8.2", "8.3", "8.4"]'
1313
current_stable: 8.5
14-
script: demo/compile.php && demo/run.php
14+
script: demo/compile.php && php demo/run.php
1515

demo/.compiled/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)