65 Commits (main)

Author SHA1 Message Date
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 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 aeb206bcfb
Fix CI for LTS 3 years ago
Jordi Boggiano ef728bf8f7
Avoid removing the platform config on every build 3 years ago
Jordi Boggiano f758da32c9
Merge branch '2.1' into main 3 years ago
Jordi Boggiano 965b12cdec
Allow alpha and above for latest deps build to catch dependency problems earlier next time 3 years ago
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