This repository was archived by the owner on Dec 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -105,3 +105,18 @@ jobs:
105
105
- php ./vendor/bin/phpunit $PHPUNIT_FLAGS
106
106
- php ./vendor/bin/behat
107
107
108
+ - name : " PHP 7.3 / Symfony 4"
109
+ php : 7.3
110
+ env :
111
+ - SYMFONY_VERSION="^4.2"
112
+ before_install :
113
+ - ' '
114
+
115
+ install :
116
+ - composer require symfony/config:${SYMFONY_VERSION} symfony/form:${SYMFONY_VERSION} symfony/framework-bundle:${SYMFONY_VERSION} symfony/templating:${SYMFONY_VERSION} symfony/security-csrf:${SYMFONY_VERSION} symfony/var-dumper:${SYMFONY_VERSION} --no-update
117
+ - composer install --no-interaction --profile --no-progress
118
+
119
+ script :
120
+ - php ./vendor/bin/phpspec run --format=pretty
121
+ - php ./vendor/bin/phpunit $PHPUNIT_FLAGS
122
+ - php ./vendor/bin/behat
Original file line number Diff line number Diff line change 34
34
"behat/mink" : " ^1.7" ,
35
35
"behat/mink-extension" : " ~2.2" ,
36
36
"behat/mink-browserkit-driver" : " ~1.3" ,
37
- "phpspec/phpspec" : " ~3.4 ||~4.2 " ,
37
+ "phpspec/phpspec" : " ~4.2 ||~5.0 " ,
38
38
"doctrine/data-fixtures" : " ^1.3" ,
39
39
"nelmio/alice" : " ^3.4" ,
40
40
"behatch/contexts" : " ^3.1"
You can’t perform that action at this time.
0 commit comments