arnaud-lb / php-memory-profiler

Memory profiler for PHP. Helps finding memory leaks in PHP scripts.
MIT License
858 stars 51 forks source link

Update Github Actions workflows #98

Closed gaelreyrol closed 9 months ago

gaelreyrol commented 9 months ago

Hi @arnaud-lb,

In this PR,

I updated actions version, macos runner version and added new matrix xdebug version parameter.

Would you allow workflows without approvals so I can adapt this PR and make sure it's working before making it ready to review?

arnaud-lb commented 9 months ago

I've temporarily allowed workflows to run without approval

I like the proposed changes except for the single quotes thing, as YAML has tricky ways to interpret unquoted strings. I prefer to quote by default to avoid surprises.

arnaud-lb commented 9 months ago

Thank you!