6.3.6 (2021-03-01)

Overview of merged pull requests

TASK: Correctly extract target branch for pull requests

For PRs the GITHUB_REF points to refs/pull/$PRNUMBER/merge, which does not contain the base branch at all.

  • Packages: github

BUGFIX: Correctly extract port from memcached servers setting

This fixes the extraction of the port from the servers option(s) if they are not bound to the tcp:// protocol and checks for missing servers option in constructor.

  • Packages: Cache

TASK: Use GH actions for builds (5.3)

This is a backport of #2273 with outcommented static analysis and adjusted PHP version matrix.

  • Packages: Flow github

TASK: Fix incomplete docblock typehints

Fixed a couple of places where null was a possible return value, but wasn’t added to the docblock typehint.

  • Packages: Flow

Detailed log