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

!!!TASK: Require PHP 7.1 #1160

Merged
merged 2 commits into from Jan 4, 2018
Merged

Conversation

kitsunet
Copy link
Member

This raises the PHP version requirement for framework packages to
PHP 7.1 to be able to use a bunch of useful features for us in the
future.

Eg. iterable pseudo type, nullable types, void returns and more.

This raises the PHP version requirement for framework packages to
PHP 7.1 to be able to use a bunch of useful features for us in the
future.

Eg. iterable pseudo type, nullable types, void returns and more.
@kitsunet
Copy link
Member Author

Travis configuration was updated to only test 7.1 and 7.2 now.

Copy link
Member

@kdambekalns kdambekalns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Copy link
Member

@bwaidelich bwaidelich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to adjust the docs, too. They state the minimal required PHP version IIRC

@kitsunet kitsunet merged commit 8a0eefb into neos:master Jan 4, 2018
@kitsunet kitsunet deleted the task/require-php-71 branch January 4, 2018 11:27
kdambekalns added a commit to kdambekalns/neos-development-collection that referenced this pull request Jan 9, 2018
As of neos/flow-development-collection#1160
Flow requires PHP 7.1 or higher.

The master of Neos needs to follow, so this adjusts the Travis CI
build matrix to skip PHP 7.0.

Additionally it removes some options no longer needed, since the
required PostgreSQL versions are meanwhile available without any
use of sudo in the default container infrastructure, as shown in

- https://docs.travis-ci.com/user/reference/overview/#Virtualization-environments
- https://docs.travis-ci.com/user/database-setup/#Using-a-different-PostgreSQL-Version
@mficzel mficzel added this to To Do in Neos 4.0 & Flow 5.0 Release Board via automation Feb 28, 2018
@mficzel mficzel moved this from To Do to Done in Neos 4.0 & Flow 5.0 Release Board Feb 28, 2018
ComiR pushed a commit to ComiR/flow-development-collection that referenced this pull request Aug 17, 2018
!!!TASK: Require PHP 7.1

This raises the PHP version requirement for framework packages to
PHP 7.1 to be able to use a bunch of useful features for us in the
future.

Eg. iterable pseudo type, nullable types, void returns and more.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants