File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ matrix:
21
21
fast_finish : true
22
22
include :
23
23
# Minimum supported Symfony version and latest PHP version
24
- - php : 7.2
24
+ - php : 7.3
25
25
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak" SYMFONY_PHPUNIT_VERSION="5.7"
26
26
27
27
# Test the latest stable release
@@ -36,15 +36,15 @@ matrix:
36
36
env : COVERAGE=true TEST_COMMAND="composer test-ci"
37
37
38
38
# Test LTS versions
39
- - php : 7.2
39
+ - php : 7.3
40
40
env : DEPENDENCIES="dunglas/symfony-lock:^2"
41
- - php : 7.2
41
+ - php : 7.3
42
42
env : DEPENDENCIES="dunglas/symfony-lock:^3"
43
- - php : 7.2
43
+ - php : 7.3
44
44
env : DEPENDENCIES="dunglas/symfony-lock:^4"
45
45
46
46
# Latest commit to master
47
- - php : 7.2
47
+ - php : 7.3
48
48
env : STABILITY="dev"
49
49
50
50
allow_failures :
You can’t perform that action at this time.
0 commit comments