Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DT-1165: PHP 7.4 incompatibility #3998

Closed
danepowell opened this issue Jan 30, 2020 · 1 comment · Fixed by #3997
Closed

DT-1165: PHP 7.4 incompatibility #3998

danepowell opened this issue Jan 30, 2020 · 1 comment · Fixed by #3997
Labels
Bug Something isn't working

Comments

@danepowell
Copy link
Contributor

Running any BLT commands under PHP 7.4 will result in an error. This is due to an upstream incompatibility: consolidation/robo#922

@danepowell danepowell added the Bug Something isn't working label Jan 30, 2020
@mikemadison13
Copy link
Contributor

I've also seen issues in CI with PHP 7.4 like:

Trying to access array offset on value of type null DocParser.php:969

Trying to access array offset on value of type null PathPluginBase.php:104

@danepowell danepowell changed the title PHP 7.4 incompatibility DT-1165: PHP 7.4 incompatibility Jan 31, 2020
@danepowell danepowell added this to the Backlog milestone Jan 31, 2020
danepowell added a commit that referenced this issue Feb 27, 2020
* Bump Travis CI PHP version.

* Bump robo version to support php 7.4.

* debug

* Update .travis.yml

* Drush 10 php 7.4.
danepowell added a commit to danepowell/blt that referenced this issue Feb 27, 2020
* Bump Travis CI PHP version.

* Bump robo version to support php 7.4.

* debug

* Update .travis.yml

* Drush 10 php 7.4.
danepowell added a commit that referenced this issue Feb 27, 2020
* Bump Travis CI PHP version.

* Bump robo version to support php 7.4.

* debug

* Update .travis.yml

* Drush 10 php 7.4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants