This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
5.1.0 "Recognizer"
This release adds support for PHP 7.4, and completely drops PHP 5.6 support (in the past, brave and daring souls could attempt to run 5.6—it is almost impossible to do so in Drupal VM as of this release).
Breaking Changes
- #1987: Minimum required Ansible version is now 2.5.
- #1993: Dropped support for old unsupported PHP versions: 5.6, 7.0, 7.1.
New/changed variables in default.config.yml
drupalvm_ansible_version_min: '2.5'
(was'2.4'
)php_version
supports"7.2"
,"7.3"
, or"7.4"
(5.6, 7.0, and 7.1 dropped)
Improvements
- #1993: Add PHP 7.4 support. Drop 5.6, 7.0, and 7.1 support.
- Updated roles: mailhog, postgresql, php-versions.
- Update
config.yml
documentation to use modern PHP version.