24 Commits (f459b9bf6161416b5bbae7b27dbd4bebafdea375)

Author SHA1 Message Date
Jordi Boggiano f459b9bf61
Avoid updating phpstan in 7.2 build 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 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 2d92e2119a
Add deprecations checks 2 years ago
Jordi Boggiano f509c41280
Upgrade PHPStan to 1.0 (#10253)
Co-authored-by: Martin Herndl <martin@herndl.org>
3 years ago
Viktor Szépe e89459d964
Separate CI steps (#10226) 3 years ago
Ondrej Mirtes 79093d664b Update PHPStan and remove ignore 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
Nicolas Grekas ba94445bb9 Ensure InstalledVersions reports info about all currently registered class loaders 3 years ago
Jordi Boggiano cfb3b85454
Update semver to latest 4 years ago
Jordi Boggiano c2317d59bb
Bump phpstan and deps 4 years ago
Jordi Boggiano 89c4cb8836
Bump phpstan and deps 4 years ago
Graham Campbell 99d4b802fb Bumped minimum phpstan versions 4 years ago
Graham Campbell f5c2bdb783 Use latest cache action 4 years ago
Markus Staab 2279b6fdad
phpstan natively sends github action formatted errors
no need to use cs2pr for now
4 years ago
Ayesh Karunaratne d906ff12c9
PHPStan fixes: `autoload_files`, and `ignoreErrors` (#8974)
* PHPStan: Remove autoload_files directive as it is not necessary anymore

* PHPStan: Add error exclusions for sapi_windows_set_ctrl_handler function

* PHPStan: Add error exclusions for ZipArchive::LIBZIP_VERSION

* PHPStan: Require phpstan ^0.12.26

* Ensure zip ext is available on gh actions

Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
4 years ago
Jordi Boggiano c9571f90b4
Run phpstan with regular output and then run again to cs2pr if there was an error, to keep usable output in CI logs 4 years ago
Markus Staab 3c1757575e
Annotate phpstan errors in pull requests
Utilizing https://github.com/staabm/annotate-pull-request-from-checkstyle
4 years ago
Jordi Boggiano c0b0149040
Try and fix phpstan 4 years ago
Jordi Boggiano e046523631
Fix phpstan workflow 4 years ago
Jordi Boggiano 1dd78c0163
Merge branch '1.10' 4 years ago