File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -47,21 +47,21 @@ matrix:
47
47
- php : 7.1
48
48
env : SYMFONY_PHPUNIT_VERSION="6.3"
49
49
- php : 7.2
50
- env : COVERAGE=true TEST_COMMAND="composer test-ci"
50
+ env : COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_PHPUNIT_VERSION="6.3"
51
51
- php : 7.2
52
- env : COVERAGE=true TEST_COMMAND="composer test-ci"
52
+ env : COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_PHPUNIT_VERSION="6.3"
53
53
54
54
# Test LTS versions
55
55
- php : 7.3
56
- env : DEPENDENCIES="dunglas/symfony-lock:^2"
56
+ env : DEPENDENCIES="dunglas/symfony-lock:^2" SYMFONY_PHPUNIT_VERSION="6.3"
57
57
- php : 7.3
58
- env : DEPENDENCIES="dunglas/symfony-lock:^3"
58
+ env : DEPENDENCIES="dunglas/symfony-lock:^3" SYMFONY_PHPUNIT_VERSION="6.3"
59
59
- php : 7.3
60
- env : DEPENDENCIES="dunglas/symfony-lock:^4"
60
+ env : DEPENDENCIES="dunglas/symfony-lock:^4" SYMFONY_PHPUNIT_VERSION="6.3"
61
61
62
62
# Latest commit to master
63
63
- php : 7.3
64
- env : STABILITY="dev"
64
+ env : STABILITY="dev" SYMFONY_PHPUNIT_VERSION="6.3"
65
65
66
66
allow_failures :
67
67
# dev stability is allowed to fail.
Original file line number Diff line number Diff line change 2
2
3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
5
+ ## 1.3.1
6
+
7
+ ### Fixed
8
+ - Fixed container compilation error when using Flysystem #86
9
+
5
10
## 1.3.0
6
11
7
12
### Added
You can’t perform that action at this time.
0 commit comments