WordPress / Requests

Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
https://requests.ryanmccue.info/
Other
3.57k stars 497 forks source link

GH Actions/lint: stop linting against PHP 8.2 #856

Closed jrfnl closed 9 months ago

jrfnl commented 9 months ago

The lint workflow in principle only lints against the high/low PHP version for each major (+ nightly) as the tests already run against all PHP versions anyway.

What with the release of PHP 8.3, the linting against PHP 8.2 can now be removed.