File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -47,21 +47,21 @@ matrix:
4747 - php : 7.1
4848 env : SYMFONY_PHPUNIT_VERSION="6.3"
4949 - 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"
5151 - 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"
5353
5454 # Test LTS versions
5555 - php : 7.3
56- env : DEPENDENCIES="dunglas/symfony-lock:^2"
56+ env : DEPENDENCIES="dunglas/symfony-lock:^2" SYMFONY_PHPUNIT_VERSION="6.3"
5757 - php : 7.3
58- env : DEPENDENCIES="dunglas/symfony-lock:^3"
58+ env : DEPENDENCIES="dunglas/symfony-lock:^3" SYMFONY_PHPUNIT_VERSION="6.3"
5959 - php : 7.3
60- env : DEPENDENCIES="dunglas/symfony-lock:^4"
60+ env : DEPENDENCIES="dunglas/symfony-lock:^4" SYMFONY_PHPUNIT_VERSION="6.3"
6161
6262 # Latest commit to master
6363 - php : 7.3
64- env : STABILITY="dev"
64+ env : STABILITY="dev" SYMFONY_PHPUNIT_VERSION="6.3"
6565
6666 allow_failures :
6767 # dev stability is allowed to fail.
Original file line number Diff line number Diff line change 22
33The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44
5+ ## 1.3.1
6+
7+ ### Fixed
8+ - Fixed container compilation error when using Flysystem #86
9+
510## 1.3.0
611
712### Added
You can’t perform that action at this time.
0 commit comments