Skip to content

Commit

Permalink
Merge pull request #550 from jhedstrom/prep-4.0.0
Browse files Browse the repository at this point in the history
Prep for 4.0.0.
  • Loading branch information
jhedstrom authored Sep 27, 2019
2 parents 145e661 + 907c1c1 commit 01bb922
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
Expand All @@ -18,8 +17,6 @@ env:

matrix:
exclude:
- php: 5.5
env: DRUPAL_VERSION=8
- php: 5.6
env: DRUPAL_VERSION=6
- php: 5.6
Expand All @@ -34,6 +31,9 @@ matrix:
# Enable Travis containers.
sudo: false

services:
- mysql

install:
- composer self-update
# For Drupal 8 install the behat drush endpoint.
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [4.0.0] 2019-09-27
## [4.0.0 rc1] 2019-07-24
### Changed
* [#528](https://github.com/jhedstrom/drupalextension/pull/528) Show a more helpful failure when running `@javascript`
Expand Down Expand Up @@ -107,7 +108,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* [#437](https://github.com/jhedstrom/drupalextension/pull/437): Radio button selector fix.
* [#439](https://github.com/jhedstrom/drupalextension/pull/439): Symfony 3 compatibility follow-up fix.

[Unreleased]: https://github.com/jhedstrom/drupalextension/compare/v4.0.0rc1...HEAD
[Unreleased]: https://github.com/jhedstrom/drupalextension/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/jhedstrom/drupalextension/compare/v4.0.0rc1...v4.0.0
[4.0.0 rc1]: https://github.com/jhedstrom/drupalextension/compare/v4.0.0beta2...v4.0.0rc1
[4.0.0 beta2]: https://github.com/jhedstrom/drupalextension/compare/v4.0.0beta1...v4.0.0beta2
[4.0.0 beta1]: https://github.com/jhedstrom/drupalextension/compare/v4.0.0alpha4...v4.0.0beta1
Expand Down

0 comments on commit 01bb922

Please sign in to comment.