98 Commits (1900f0e6e09549c4b0d0efd68300f0166c093cb6)

Author SHA1 Message Date
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 4 years ago
Jordi Boggiano d98d63abcc
Add note to issue template.. 4 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
Jordi Boggiano 4a8dbcd145
Fix set-env to use the new gh actions files 4 years ago
Jordi Boggiano c2317d59bb
Bump phpstan and deps 4 years ago
Jordi Boggiano 89c4cb8836
Bump phpstan and deps 4 years ago
Jordi Boggiano 711d4792ce
Attempt rolling back a couple changes 4 years ago
Graham Campbell 144d8e5359
Removed guff 4 years ago
Graham Campbell 1a2fea3509
Fix actions on PHP 8.0 4 years ago
Jordi Boggiano 1593b67230
Fix warnings on higher phpunit versions 4 years ago
Graham Campbell 99d4b802fb Bumped minimum phpstan versions 4 years ago
Graham Campbell f5c2bdb783 Use latest cache action 4 years ago
Jordi Boggiano 0eebdcf2e6
Merge pull request #9122 from staabm/patch-2
phpstan natively sends github action formatted errors
4 years ago
Markus Staab fdff3aeaba
emit github action formatted error messages (#9120) 4 years ago
Markus Staab 2279b6fdad
phpstan natively sends github action formatted errors
no need to use cs2pr for now
4 years ago
Rob Bast 11892070d1
Create an issue @ Docker repository on tag 4 years ago
Jordi Boggiano 8dae1dd45a
Merge branch '1.10' 4 years ago
Jordi Boggiano eec2f8d423
Remove highest/lowest builds for 1.10 maintenance branch 4 years ago
Rob Bast 351dcd1c64
Create an issue @ Docker repository on tag 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
Jordi Boggiano 81c6fe987b
Remove empty env var 4 years ago
Graham Campbell 7a97741aae
Use --ignore-platform-req=php (#8936) 4 years ago