Skip to content

php/setup-php-sdk v0.10 released

Latest
Compare
Choose a tag to compare
@cmb69 cmb69 released this 30 Sep 13:03
· 1 commit to main since this release
v0.10
aeb631f

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.