Skip to content

Releases: php/setup-php-sdk

php/setup-php-sdk v0.10 released

30 Sep 13:03
v0.10
aeb631f
Compare
Choose a tag to compare

The new release improves performance when running the action:

  • The PHP-SDK is fetched from a release instead of an archive (the latter may cause issues for a large number of jobs).
  • Clients can now enable caching (by passing cache: true as action argument); this drastically speeds up the action performance, because the most important downloads will be stored in the client's repositories cache. Unless cache size/eviction is an issue for your actions, it is strongly recommended to enable caching.