118 Commits (main)

Author SHA1 Message Date
Jordi Boggiano f459b9bf61
Avoid updating phpstan in 7.2 build 2 years ago
Jordi Boggiano 5122bd42fb
Merge branch '2.2' into main 2 years ago
jrfnl dca2d49d0c
GH Actions: version update for various predefined actions
A number of predefined actions have had major release, which warrant an update to the workflow(s).

These updates don't actually contain any changed functionality, they are mostly just a change of the Node version used by the action itself (from Node 14 to Node 16).

Refs:
* https://github.com/actions/checkout/releases

P.S.: looks like there are some more actions in use which have had new major releases. As those actually _do_ contain changed functionality, I've excluded the others from this PR.
2 years ago
Andreas Möller 58deb39029
Enhancement: Update actions/github-script (#10612) 2 years ago
Andreas Möller e9680c4c54
Enhancement: Update actions/stale (#10610) 2 years ago
jrfnl 6b36f822d6
GH Actions: version update for various predefined actions
A number of predefined actions have had major release, which warrant an update to the workflow(s).

These updates don't actually contain any changed functionality, they are mostly just a change of the Node version used by the action itself (from Node 14 to Node 16).

Refs:
* https://github.com/actions/checkout/releases

P.S.: looks like there are some more actions in use which have had new major releases. As those actually _do_ contain changed functionality, I've excluded the others from this PR.
2 years ago
Jordi Boggiano e3d99cac59
Fix phpstan issues, update baseline and pin PHPStan version in 2.2 branch (#10474) 2 years ago
Jordi Boggiano 4f7d06e2a7
Mark PHP8.1 phpstan build experimental 2 years ago
Jordi Boggiano 095c36ecf8
Fix some PHPStan errors/.. 2 years ago
Jordi Boggiano 59603a357a
Remove PHPUnit direct require again 2 years ago
Jordi Boggiano 2a771dfb2d
Update PHPUnit to 8.5 2 years ago
Jordi Boggiano d2ede370be
Bump target version, bump PHP and dependency requirements to PHP 7.2+ 2 years ago
Jordi Boggiano 99aeba541a
Improve PR template 2 years ago
Jordi Boggiano aeb206bcfb
Fix CI for LTS 2 years ago
Jordi Boggiano ef728bf8f7
Avoid removing the platform config on every build 2 years ago
Jordi Boggiano 2d92e2119a
Add deprecations checks 2 years ago
Jordi Boggiano f758da32c9
Merge branch '2.1' into main 2 years ago
Jordi Boggiano 965b12cdec
Allow alpha and above for latest deps build to catch dependency problems earlier next time 2 years ago
Jordi Boggiano f509c41280
Upgrade PHPStan to 1.0 (#10253)
Co-authored-by: Martin Herndl <martin@herndl.org>
3 years ago
Yanick Witschi 34183f49f9
Implemented PoolOptimizer 3 years ago
Viktor Szépe e89459d964
Separate CI steps (#10226) 3 years ago
Fabien Villepinte 3861ce68cd
Replace master by main (#10171) 3 years ago
Fabien Villepinte 1dd2bc6f02
Validate composer.lock strictly (#10160) 3 years ago
Jordi Boggiano 135611fc9d
Add deprecation baseline for php8.1+ builds which use locked or lowest dependencies 3 years ago
Jordi Boggiano 5818b4aa51
Attempt fixing php8.1 build 3 years ago
Jordi Boggiano 0868245589
Rename master branch to main 3 years ago
Jordi Boggiano 2c292e705d
Mark and close stale support issues 3 years ago
Juliette 5f48f87501
PHPUnit: move environment variable into PHPUnit config file (#10062)
Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
3 years ago
Ondrej Mirtes 79093d664b Update PHPStan and remove ignore 3 years ago
jrfnl 4324b375af GH Actions: ensure linting is done against highest/lowest supported PHP version
`latest` in the matrix will always refer to the latest stable PHP release, which would now be PHP 8.0.
3 years ago
jrfnl 617d63f40a GH Actions: set error reporting to E_ALL
Turns out the default setting for `error_reporting` used by the SetupPHP action is `error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT` and `display_errors` is set to `Off`.

For the purposes of CI, I'd recommend running with `E_ALL` and `display_errors=On` to ensure **all** PHP notices are shown.
3 years ago
Jordi Boggiano 7157097ea0
Update ISSUE_TEMPLATE.md 3 years ago
Jordi Boggiano aaf722db01
Update PR template 3 years ago
Jordi Boggiano 991985792d
Merge branch '2.0' 3 years ago
Guilliam Xavier 8d8842eb8c
Fix schema minimum-stability pattern 3 years ago
Jordi Boggiano b6826f3523
Create pull_request_template.md 3 years ago
Jordi Boggiano 4940009f83
Bump phpstan to level 3 (#9734)
Clean up PackageInterface/CompletePackageInterface, add missing methods, type things in solver as BasePackage, added CompleteAliasPackage, ..
3 years ago
Jordi Boggiano 4f2e0de726
Merge branch '1.10' into 2.0 3 years ago
Jordi Boggiano 06003f4da6
Update release step to use php8 as it produces slightly different output wrt white-space, fixes #9746 3 years ago
Jordi Boggiano d6d4069b30
Try to fix windows CI again 3 years ago
Jordi Boggiano 06ef815ec8
Quote caret to avoid issues with cmd.exe 3 years ago
Jordi Boggiano e1570798cd
Bump CI versions 3 years ago
Nicolas Grekas ba94445bb9 Ensure InstalledVersions reports info about all currently registered class loaders 3 years ago
Jordi Boggiano 0da9e216fc
Update ISSUE_TEMPLATE.md 3 years ago
Jordi Boggiano d98d63abcc
Add note to issue template.. 3 years ago
Jordi Boggiano cfb3b85454
Update semver to latest 4 years ago
Jordi Boggiano 44dc3c27aa
Try and sign phars on releases, refs #5155 4 years ago
Graham Campbell ceeb743d0b Use latest phpunit 4 years ago
Jordi Boggiano cb1c35ab52
Fix typo 4 years ago
Jordi Boggiano fcbeedbb3a
Merge branch '1.10' 4 years ago