56 Commits (0ae5a6ef594610b89c606a49123e7381e0bd6650)

Author SHA1 Message Date
Yanick Witschi 34183f49f9
Implemented PoolOptimizer 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
Juliette 5f48f87501
PHPUnit: move environment variable into PHPUnit config file (#10062)
Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
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 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
Jordi Boggiano cfb3b85454
Update semver to latest 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 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 f5c2bdb783 Use latest cache action 4 years ago
Markus Staab fdff3aeaba
emit github action formatted error messages (#9120) 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
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 81c6fe987b
Remove empty env var 4 years ago
Graham Campbell 7a97741aae
Use --ignore-platform-req=php (#8936) 4 years ago
Jordi Boggiano 0a0291e913
Remove deprecated flag 4 years ago
Jordi Boggiano ce52c408f0
Disable platform checks for php8 4 years ago
Jordi Boggiano 38557b2460
Reorder build steps 4 years ago
Jordi Boggiano dce9b129bb
Use PUB 5.1+ for php8 builds 4 years ago
Jordi Boggiano 5ab0ecda04
Try disabling platform-check for PHPUnitBridge on php8 4 years ago
Jordi Boggiano e8acd60245
Fix sudo command 4 years ago
Jordi Boggiano 59f9633244
Again.. 4 years ago
Jordi Boggiano 42d760fb51
Make the Composer self-update succeed by using sudo 4 years ago
Jordi Boggiano 628730ba34
Run builds with composer snapshots 4 years ago
Jordi Boggiano 4e1f8cf89d
Build tweaks 4 years ago
Jordi Boggiano 106289e5dc
Fix lowest 8 build to use ignore platform reqs 4 years ago
Cees-Jan Kiewiet b5f8f750c2
Test PHP 8.0 with lowest dependencies (#8878) 4 years ago
Jordi Boggiano ec3f18ee92
Remove workaround as it is not working anyway 4 years ago
Jordi Boggiano 88ced66f2c
Fix issue with PHPUnitBridge autoload 4 years ago
Jordi Boggiano cb2fca5d13
Try to workaround react/promise php8 issue 4 years ago
Jordi Boggiano a8cd2941e5
Fix phar compilation test 4 years ago
Jordi Boggiano 4b1e386fff
Make sure php8 runs tests, and that 7.3 runs complete test suite 4 years ago
Jordi Boggiano b7dd5b0680
PHP8 again 4 years ago
Jordi Boggiano 9c0f7d4bce
Try fixing php8 build 4 years ago
Jordi Boggiano e5a5a9175d
Fix php8 build bootstrap 4 years ago
Jordi Boggiano 21aeef1365
Allow php 8 tests to run, require latest semver dev 4 years ago
Jordi Boggiano c757c9fa37
7.4 highest errors are fixed on 2.0 branch already 4 years ago
Jordi Boggiano 4ccd8e1081
Mark 7.4 latest deps build experimental for now 4 years ago
Jordi Boggiano f51810f1c9
Fix continue-on-error failure 4 years ago
Jordi Boggiano eeaa099021
Stop ignoring build changes to trigger build, that was smart :D 4 years ago