nikic / FastRoute

Fast request router for PHP
Other
5.13k stars 444 forks source link

ci: Use GitHub Actions V3 #257

Closed DannyvdSluijs closed 1 year ago

DannyvdSluijs commented 1 year ago

This PR updates the GitHub Actions from V2 to V3.

All annotated warning link to the official GitHub documentation: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

lcobucci commented 1 year ago

The BC-break check needs some love, it's okay to have it failing for now.

We'd need to update it to install stuff from composer instead of using the image.

Thanks for your patch 🤘

lcobucci commented 1 year ago

The other is also because of updated stuff - we just need to allow those plugins in composer.json.

I'll send new commits here later today.