File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1212 matrix :
1313 - LARAVEL_VERSION="5.6.*" COMPOSER_FLAGS="--prefer-lowest"
1414 - LARAVEL_VERSION="5.6.*" COMPOSER_FLAGS="--prefer-stable"
15+ - LARAVEL_VERSION="5.7.*" COMPOSER_FLAGS="--prefer-lowest"
16+ - LARAVEL_VERSION="5.7.*" COMPOSER_FLAGS="--prefer-stable"
1517 - LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-lowest" MINIMUM_STABILITY="dev"
1618 - LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-stable" MINIMUM_STABILITY="dev"
1719
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66
77## Unreleased
88
9+ ## 1.1.0 (2018-09-04)
10+
11+ ### Added
12+
13+ - Run tests against Laravel 5.7
14+
915## 1.0.4 (2018-08-26)
1016
1117### Changed
You can’t perform that action at this time.
0 commit comments