GoogleCloudPlatform / appengine-php-sdk

Google App Engine PHP SDK
Apache License 2.0
29 stars 33 forks source link

Update presubmit workflows #21

Closed hdp617 closed 1 year ago

hdp617 commented 4 years ago

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.

cc: @hazemm96