Skip to content

Commit

Permalink
Test Drupal 8.7.0-alpha1, and update exact versions tested for older …
Browse files Browse the repository at this point in the history
…minor releases of Drupal 8. (#4000)
  • Loading branch information
greg-1-anderson committed Mar 17, 2019
1 parent e245775 commit c094c8f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,21 @@ env:

matrix:
include:
# D8.7.x
- php: 7.0
env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=7.0-alpha1'

# D8.6.x
- php: 7.0
env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=6.3'
env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=6.12'

# D8.5.x
- php: 7.0
env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=5.8'
env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=5.13'

# D8.4.x
- php: 7.0
env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.5'
env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.8 PHPUNIT_ARGS=--group=commands'

# D8.3.x
- php: 7.0
Expand Down

0 comments on commit c094c8f

Please sign in to comment.