The URL to download PHP 5.5 is gone so Travis fails with
5.5 is not pre-installed; installing
Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/php/binaries/ubuntu/16.04/x86_64/php-5.5.tar.bz2
0.09s$ curl -sSf --retry 5 -o archive.tar.bz2 $archive_url && tar xjf archive.tar.bz2 --directory /
curl: (22) The requested URL returned error: 404 Not Found
As we're moving away from Travis, I'd suggest migrating to GitHub Actions and add workflows for PHP 7.x.
The URL to download PHP 5.5 is gone so Travis fails with
As we're moving away from Travis, I'd suggest migrating to GitHub Actions and add workflows for PHP 7.x.
cc: @hazemm96