Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Run tests against Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanluca committed Sep 4, 2018
1 parent 9228df6 commit 8152fc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,8 @@ env:
matrix:
- LARAVEL_VERSION="5.6.*" COMPOSER_FLAGS="--prefer-lowest"
- LARAVEL_VERSION="5.6.*" COMPOSER_FLAGS="--prefer-stable"
- LARAVEL_VERSION="5.7.*" COMPOSER_FLAGS="--prefer-lowest"
- LARAVEL_VERSION="5.7.*" COMPOSER_FLAGS="--prefer-stable"
- LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-lowest" MINIMUM_STABILITY="dev"
- LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-stable" MINIMUM_STABILITY="dev"

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## Unreleased

## 2.1.0 (2018-09-04)

### Added

- Run tests against Laravel 5.7

## 2.0.0 (2018-07-22)

### Added
Expand Down

0 comments on commit 8152fc9

Please sign in to comment.