Skip to content

Commit e8d3061

Browse files
authored
Merge pull request jhedstrom#218 from jhedstrom/test-php-versions
Travis test updates.
2 parents e903afc + 09e40a2 commit e8d3061

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
76
- 7.2
7+
- 7.3
8+
- 7.4
89

910
install:
1011
- composer install
1112

1213
script:
1314
- composer test
14-
15-
# Enable Travis containers.
16-
sudo: false

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased]
99
### Added
1010
* [#186](https://github.com/jhedstrom/DrupalDriver/issues/168) Provide a method to directly authenticate on Drupal 8.
11+
### Changed
12+
* Remove testing on PHP 5.6, added testing on PHP 7.3 and 7.4.
1113
## [2.0.0] 2019-09-27
1214
## [2.0.0 rc1] 2019-07-25
1315
### Changed

0 commit comments

Comments
 (0)