File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 17
17
- 7.3
18
18
- 7.4
19
19
20
+ jobs :
21
+ exclude :
22
+ - php : 7.1
23
+ env : LARAVEL_VERSION="~6.0"
24
+ - php : 7.1
25
+ env : LARAVEL_VERSION="~7.0"
26
+
20
27
env :
21
- - LARAVEL_VERSION="~5.3"
22
- - LARAVEL_VERSION="~5.4"
23
- - LARAVEL_VERSION="~5.5"
24
- - LARAVEL_VERSION="~5.6"
25
- - LARAVEL_VERSION="~5.7"
26
- - LARAVEL_VERSION="~5.8"
28
+ - LARAVEL_VERSION="~5.3.0 "
29
+ - LARAVEL_VERSION="~5.4.0 "
30
+ - LARAVEL_VERSION="~5.5.0 "
31
+ - LARAVEL_VERSION="~5.6.0 "
32
+ - LARAVEL_VERSION="~5.7.0 "
33
+ - LARAVEL_VERSION="~5.8.0 "
27
34
- LARAVEL_VERSION="~6.0"
28
35
- LARAVEL_VERSION="~7.0"
29
36
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
### Security
12
12
13
13
14
+ ## [ 1.1.2] - 2020-05-12
15
+ ### Fixed
16
+ - Fixed travis-ci integration config.
17
+
14
18
## [ 1.1.1] - 2020-05-12
15
19
### Fixed
16
20
- Fixed travis-ci integration config.
@@ -31,4 +35,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
31
35
### Added
32
36
- Initial release
33
37
38
+ [ 1.1.2 ] : https://github.com/imliam/laravel-env-set-command/compare/1.1.1...1.1.2
39
+ [ 1.1.1 ] : https://github.com/imliam/laravel-env-set-command/compare/1.1.0...1.1.1
34
40
[ 1.1.0 ] : https://github.com/imliam/laravel-env-set-command/compare/1.0.0...1.1.0
You can’t perform that action at this time.
0 commit comments