laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.74k stars 291 forks source link

Use new static analysis workflow #823

Closed Jubeki closed 6 months ago

Jubeki commented 7 months ago
driesvints commented 7 months ago

Seems to fail here @Jubeki

Jubeki commented 7 months ago

@driesvints I am sorry, no Swoole expert here, maybe somebody with knowledge about Swoole and Octane can take a look and fix it. (Error is unrelated to these changes)

driesvints commented 6 months ago

Hi @sy-records. Do you might know why this one occurs?

sy-records commented 6 months ago

Missing ext-swoole.

This workflow should allow incoming extensions.

https://github.com/laravel/.github/blob/b28a356e1bd69192b30a23584789274e09d554f2/.github/workflows/static-analysis.yml#L20

driesvints commented 6 months ago

@sy-records aaah of course! Thanks a bunch for spotting 👍