The status badge was using an outdated URL format that no longer
resolves correctly.
- Updated badge URL from `/workflows/{workflow-name}/` to
`/actions/workflows/{filename}/` format
- Added link wrapper to make badge clickable (navigates to workflow
page)
```markdown
[](https://github.com/mvdbos/php-spider/actions/workflows/php.yml)
```
<!-- START COPILOT CODING AGENT SUFFIX -->
<details>
<summary>Original prompt</summary>
>
> ----
>
> *This section details on the original issue you should resolve*
>
> <issue_title>Fix the status badge on the README</issue_title>
> <issue_description>Fix the status badge on the README, and base it on
latest master run of Github Actions for this repo</issue_description>
>
> ## Comments on the Issue (you are @copilot in this section)
>
> <comments>
> </comments>
>
</details>
- Fixes mvdbos/php-spider#116
<!-- START COPILOT CODING AGENT TIPS -->
---
💬 We'd love your input! Share your thoughts on Copilot coding agent in
our [2 minute survey](https://gh.io/copilot-coding-agent-survey).