Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade CI setup, configure Dependabot with auto-merge #320

Merged
merged 20 commits into from
Nov 5, 2021

Conversation

Ocramius
Copy link
Member

@Ocramius Ocramius commented Nov 5, 2021

Fixes #296
Fixes #265
Duplicates #295

Backwards-incompatible changes are pertaining API inherited from symfony/console, which did break BC in upstream:

[BC] REMOVED: Method Symfony\Component\Console\Command\Command#mergeApplicationDefinition() was removed
[BC] CHANGED: Symfony\Component\Console\Command\Command#mergeApplicationDefinition() was marked "@internal"

BC break was introduced in symfony/symfony@8a1a1b8 (see symfony/symfony#39851) starting from symfony/console:5.3.0-BETA1

@Ocramius Ocramius force-pushed the feature/#296-upgrade-ci-setup-and-dependencies branch from 08a0231 to d120b27 Compare November 5, 2021 17:45
The laminas tooling already brings in mutation testing, static analysis,
code style improvements, etc.
…newer `vimeo/psalm` releases

This utility used to convert `array|false` into `array` when we used `array_combine()` in test data-providers,
but it is no longer needed, since `vimeo/psalm` type inference around `array_combine()` improved massively,
and `array|false` is no longer considered.
…e'll keep relying on it for a while

Moving away from this method, while to be done in future, is for now too much work that would lead to further
BC breaks within our public API.
Because `$COMPOSER_HOME` may have been polluted by CI (caches & similar), we
may want to operate on a fresh copy each time. Un-setting it is the safest
bet to get started.
@Ocramius Ocramius merged commit cd3f2d0 into master Nov 5, 2021
@Ocramius Ocramius deleted the feature/#296-upgrade-ci-setup-and-dependencies branch November 5, 2021 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

laminas/automatic-releases roll out
1 participant