Skip to content

Commit

Permalink
Merge pull request #108 from lemberg/feature/bump-minimum-vagrant-ver…
Browse files Browse the repository at this point in the history
…sion

Bump minimum supported Vagrant version to 2.2.6
  • Loading branch information
T2L committed Oct 24, 2019
2 parents 4ef9a26 + 5438b1f commit 9cd3f2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Draft Environment 3.x.x

- [GH-104](https://github.com/lemberg/draft-environment/issues/104) - Bump minimum supported Vagrant version to 2.2.6
- [GH-106](https://github.com/lemberg/draft-environment/issues/106) - Converted tests to support Molecule 2

Side effect: locked Ansible at `2.6.*` (compared to `2.6.6` before): actually, locking to the specific patch version does not make a lot of sense due to deprecations being introduced in major/minor versions only. Locking a patch version does not allow Ansible to update causing more harm than stability
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is Vagrant-based development environment for Drupal projects. This project
## Prerequisites

- PHP and Composer
- Vagrant (2.1.2+)
- Vagrant (2.2.6+)
- VirtualBox

## Vagrant plugins (will be automatically installed)
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end

# Some features used in this configuration file require specific version of
# Vagrant.
Vagrant.require_version ">= 2.1.2"
Vagrant.require_version ">= 2.2.6"

# Vagrant API version.
VAGRANTFILE_API_VERSION = "2"
Expand Down

0 comments on commit 9cd3f2e

Please sign in to comment.