File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ language: php
33php :
44 - 7.1
55 - 7.2
6+ - 7.3
67
78env :
8- - SYMFONY_VERSION=3.2.*
9- - SYMFONY_VERSION=3.3.*
109 - SYMFONY_VERSION=3.4.*
11- - SYMFONY_VERSION=4.0.*
10+ - SYMFONY_VERSION=4.1.*
11+ - SYMFONY_VERSION=4.2.*
1212
1313cache :
1414 directories :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Adds variadic arguments support to Behat steps definitions.
2020 FriendsOfBehat\V ariadicExtension: ~
2121 ` ` `
2222
23- 3. Boom ! :boom: Your Behat contexts are able to use variadic arguments in steps definitions!
23+ 3. You can use variadic arguments in steps definitions!
2424
2525 ` ` ` php
2626 /**
Original file line number Diff line number Diff line change 1111 "require" : {
1212 "php" : " ^7.1" ,
1313
14- "behat/behat" : " ^3.1 " ,
15- "symfony/dependency-injection" : " ^3.2 |^4.0 "
14+ "behat/behat" : " ^3.4 " ,
15+ "symfony/dependency-injection" : " ^3.4 |^4.1 "
1616 },
1717 "require-dev" : {
1818 "friends-of-behat/test-context" : " ^1.0"
You can’t perform that action at this time.
0 commit comments