We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e903afc + 09e40a2 commit e8d3061Copy full SHA for e8d3061
.travis.yml
@@ -1,16 +1,14 @@
1
language: php
2
3
php:
4
- - 5.6
5
- 7.0
6
- 7.1
7
- 7.2
+ - 7.3
8
+ - 7.4
9
10
install:
11
- composer install
12
13
script:
14
- composer test
-
15
-# Enable Travis containers.
16
-sudo: false
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
* [#186](https://github.com/jhedstrom/DrupalDriver/issues/168) Provide a method to directly authenticate on Drupal 8.
+### Changed
+ * Remove testing on PHP 5.6, added testing on PHP 7.3 and 7.4.
## [2.0.0] 2019-09-27
## [2.0.0 rc1] 2019-07-25
### Changed
0 commit comments