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

Replace Heroku test-server with Render alternative #815

Closed schlessera closed 1 year ago

schlessera commented 1 year ago

Fixes #784

Pull Request Type

This is a:

Context

As detailed in https://github.com/WordPress/Requests/issues/784, Heroku has stopped offering a free plan and we need to switch to an alternative.

We have so far opted to try https://render.com/ and it seems to work as a valid replacement within its free tier.

Detailed Description

This PR only changes the URL to use for testing to switch from requests-php-tests.herokuapp.com to requests-test-server.onrender.com.

Quality assurance

Documentation

For new features: