Skip to content

Mailgun PHP SDK v3.2.0

Compare
Choose a tag to compare
@DavidGarciaCat DavidGarciaCat released this 25 Nov 07:43
· 164 commits to master since this release
a084abd

Introducing GitHub Actions as part of the CI process for this repository.

This release has changed the CI process from Travis CI to GitHub Actions. The reasons for this decision are:

  • For some reason, Travis CI queues the job but takes ages before it starts running it
  • Travis CI doesn't provide (yet) the support we need to start testing for PHP 8.x

Changelog

Added

Fixed

Changed

  • Expect Client to be of type ClientInterface or PluginClient (#660 by @tonythomas01)