Rob Bast
351dcd1c64
Create an issue @ Docker repository on tag
2020-06-29 14:22:11 +02:00
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>
2020-06-16 10:05:44 +02:00
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
2020-06-04 16:11:02 +02:00
Graham Campbell
7a97741aae
Use --ignore-platform-req=php ( #8936 )
2020-06-02 13:03:58 +02:00
Jordi Boggiano
0a0291e913
Remove deprecated flag
2020-05-28 10:31:46 +02:00
Jordi Boggiano
ce52c408f0
Disable platform checks for php8
2020-05-28 10:15:38 +02:00
Jordi Boggiano
38557b2460
Reorder build steps
2020-05-28 09:49:41 +02:00
Jordi Boggiano
dce9b129bb
Use PUB 5.1+ for php8 builds
2020-05-28 09:37:22 +02:00
Jordi Boggiano
5ab0ecda04
Try disabling platform-check for PHPUnitBridge on php8
2020-05-27 22:12:12 +02:00
Jordi Boggiano
e8acd60245
Fix sudo command
2020-05-26 21:34:56 +02:00
Jordi Boggiano
59f9633244
Again..
2020-05-26 20:26:58 +02:00
Jordi Boggiano
42d760fb51
Make the Composer self-update succeed by using sudo
2020-05-26 20:24:48 +02:00
Jordi Boggiano
628730ba34
Run builds with composer snapshots
2020-05-26 20:16:52 +02:00
Jordi Boggiano
4e1f8cf89d
Build tweaks
2020-05-20 16:20:54 +02:00
Jordi Boggiano
106289e5dc
Fix lowest 8 build to use ignore platform reqs
2020-05-13 08:56:37 +02:00
Cees-Jan Kiewiet
b5f8f750c2
Test PHP 8.0 with lowest dependencies ( #8878 )
2020-05-09 15:51:57 +02:00
Jordi Boggiano
ec3f18ee92
Remove workaround as it is not working anyway
2020-05-06 13:47:03 +02:00
Jordi Boggiano
88ced66f2c
Fix issue with PHPUnitBridge autoload
2020-05-06 13:38:05 +02:00
Jordi Boggiano
cb2fca5d13
Try to workaround react/promise php8 issue
2020-05-06 13:34:06 +02:00
Jordi Boggiano
a8cd2941e5
Fix phar compilation test
2020-05-06 13:32:13 +02:00
Jordi Boggiano
4b1e386fff
Make sure php8 runs tests, and that 7.3 runs complete test suite
2020-05-06 13:23:38 +02:00
Jordi Boggiano
b7dd5b0680
PHP8 again
2020-05-06 11:38:48 +02:00
Jordi Boggiano
9c0f7d4bce
Try fixing php8 build
2020-05-06 11:25:57 +02:00
Jordi Boggiano
e5a5a9175d
Fix php8 build bootstrap
2020-05-04 20:16:56 +02:00
Jordi Boggiano
21aeef1365
Allow php 8 tests to run, require latest semver dev
2020-05-04 14:33:58 +02:00
Markus Staab
3c1757575e
Annotate phpstan errors in pull requests
...
Utilizing https://github.com/staabm/annotate-pull-request-from-checkstyle
2020-04-30 09:44:22 +02:00
Jordi Boggiano
d8678fc8f2
Update CONTRIBUTING.md
2020-04-23 11:14:42 +02:00
Jordi Boggiano
c757c9fa37
7.4 highest errors are fixed on 2.0 branch already
2020-04-22 10:57:07 +02:00
Jordi Boggiano
c0b0149040
Try and fix phpstan
2020-04-22 10:33:36 +02:00
Jordi Boggiano
e046523631
Fix phpstan workflow
2020-04-22 09:46:33 +02:00
Jordi Boggiano
1dd78c0163
Merge branch '1.10'
2020-04-22 09:44:42 +02:00
Jordi Boggiano
4ccd8e1081
Mark 7.4 latest deps build experimental for now
2020-04-22 09:37:04 +02:00
Jordi Boggiano
f51810f1c9
Fix continue-on-error failure
2020-04-22 09:33:55 +02:00
Jordi Boggiano
eeaa099021
Stop ignoring build changes to trigger build, that was smart :D
2020-04-22 09:32:50 +02:00
Jordi Boggiano
9a0e6e6885
Fix build
2020-04-22 09:31:04 +02:00
Jordi Boggiano
ac3fcfc9ec
Fix build
2020-04-22 09:30:34 +02:00
Jordi Boggiano
a849e2b244
Add linting, php8, release builds to github actions
2020-04-22 09:27:58 +02:00
Jordi Boggiano
ebd30cf831
Use correct command..
2020-04-22 08:30:44 +02:00
Jordi Boggiano
acef74d1ab
Attempt at optimizing the job matrix
2020-04-22 08:28:22 +02:00
Markus Staab
ef8c410098
GithubActions: build master branch + pull requests
2020-04-22 08:12:57 +02:00
Andreas Möller
f9032087ba
Fix: Install ext-intl
2020-04-22 07:59:05 +02:00
Jordi Boggiano
1eaa8cd55f
Merge branch '1.10'
2020-04-21 15:48:10 +02:00
Andreas Möller
e25bea0343
Enhancement: Run jobs on GitHub Actions
2020-04-21 15:40:39 +02:00
Ayesh Karunaratne
280f02b4bc
Update HTTP URLs to their HTTPS if they already redirect automatically
2020-04-13 06:22:02 +07:00
Jordi Boggiano
8850e571de
Remove file in favor of https://github.com/composer/.github/blob/master/FUNDING.yml
2020-02-28 10:36:29 +01:00
Jordi Boggiano
e862650571
Create FUNDING.yml
2019-11-29 10:58:30 +01:00
Jordi Boggiano
55c40e8853
Add note about CS fixes to contribution notes
2018-11-26 13:43:24 +01:00
Jordi Boggiano
30e8845b1e
Add security email for sensitive reports
2016-11-17 14:40:36 +01:00
Jordi Boggiano
ca1168478b
Remove expander blocks in issue template
2016-10-08 09:59:18 +02:00
Rob Bast
3784558f11
update github issue template
2016-09-08 12:17:51 +02:00