You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor PHP-CS-Fixer#4691 Run Travis CI on stable PHP 7.4 (kubawerlos)
This PR was merged into the 2.15 branch.
Discussion
----------
Run Travis CI on stable PHP 7.4
- "Static Code Analysis" and "Fast Test" to be run on PHP 7.4
- each standard job to be run on different PHP (previously "Collect coverage" and "With migration rules" were run on the same PHP version)
- `nightly` instead of `7.4snapshot` as `assertUpcomingPhpVersionIsCoveredByCiJob`
- allow nightly to fail
- update `humbug/box` due to it's dependency `nikic/iter` having the [problem](https://github.com/nikic/iter/blob/v1.6.0/src/iter.fn.php#L3) with PHP 7.4
Needs https://travis-ci.community/t/some-extensions-are-missing-in-php-7-4-0-zip-gmp-sodium/6320 to be fixed
Commits
-------
9f93a51 DX: run Travis CI on stable PHP 7.4
Copy file name to clipboardExpand all lines: phpstan.neon
-2
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,4 @@ parameters:
11
11
ignoreErrors:
12
12
- '/^.+::__construct\(\) does not call parent constructor from SplFileInfo\.$/'
13
13
- '/^Return typehint of method PhpCsFixer\\Tests\\Test\\.+::createIsIdenticalStringConstraint\(\) has invalid type PHPUnit_Framework_Constraint_IsIdentical\.$/'
14
-
## cannot analyse out of PHP 7.4
15
-
- '/^Constant T_FN not found\.$/'
16
14
- '/^Class (Symfony\\Contracts\\EventDispatcher\\Event|Symfony\\Component\\EventDispatcher\\Event) not found.$/'
0 commit comments