File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 15
15
global :
16
16
- PHPUNIT_FLAGS="-v"
17
17
jobs :
18
+ - SYMFONY_VERSION=5.2.*
18
19
- SYMFONY_VERSION=5.1.*
19
20
- SYMFONY_VERSION=5.0.*
20
21
@@ -31,23 +32,23 @@ jobs:
31
32
# Composer validation
32
33
- stage : composer validation
33
34
php : 7.2
34
- env : SYMFONY_VERSION=5.1 .*
35
+ env : SYMFONY_VERSION=5.2 .*
35
36
script :
36
37
- composer validate --strict --no-check-lock
37
38
# Code style
38
39
- stage : code style
39
40
php : 7.2
40
- env : SYMFONY_VERSION=5.1 .*
41
+ env : SYMFONY_VERSION=5.2 .*
41
42
script : ./vendor/bin/phpcs ./ -p --encoding=utf-8 --extensions=php --ignore="vendor|Tests" --standard=./vendor/escapestudios/symfony2-coding-standard/Symfony
42
43
# PHPStan analyze
43
44
- stage : static analyze
44
45
php : 7.2
45
- env : SYMFONY_VERSION=5.1 .*
46
+ env : SYMFONY_VERSION=5.2 .*
46
47
script : ./vendor/bin/phpstan analyse --no-progress -c phpstan.neon ./
47
48
# Code coverage with Codecov.io
48
49
- stage : code coverage
49
50
php : 7.2
50
- env : COVERAGE=true SYMFONY_VERSION=5.1 .*
51
+ env : COVERAGE=true SYMFONY_VERSION=5.2 .*
51
52
script :
52
53
- ./vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover=coverage.xml
53
54
after_script :
You can’t perform that action at this time.
0 commit comments