File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 14
14
- VERSION=2.8 TEST_REPO='-b 2.1 https://github.com/Codeception/symfony-demo.git' SUITES=functional TEST_PATH=framework-tests/src/AppBundle
15
15
- VERSION=3.4 TEST_REPO='--recurse-submodules https://github.com/Naktibalda/codeception-symfony-tests'
16
16
- VERSION=4 TEST_REPO='https://github.com/Codeception/symfony-demo.git' SUITES=functional,unit
17
+ - VERSION=5 TEST_REPO='-b symfony5 https://github.com/Codeception/symfony-demo.git' SUITES=functional,unit
17
18
matrix :
18
19
exclude :
19
20
- php : 7.0
@@ -34,6 +35,12 @@ matrix:
34
35
env : VERSION=4 TEST_REPO='https://github.com/Codeception/symfony-demo.git' SUITES=functional,unit
35
36
- php : 7.0
36
37
env : VERSION=4 TEST_REPO='https://github.com/Codeception/symfony-demo.git' SUITES=functional,unit
38
+ - php : 5.6
39
+ env : VERSION=5 TEST_REPO='-b symfony5 https://github.com/Codeception/symfony-demo.git' SUITES=functional,unit
40
+ - php : 7.0
41
+ env : VERSION=5 TEST_REPO='-b symfony5 https://github.com/Codeception/symfony-demo.git' SUITES=functional,unit
42
+ - php : 7.1
43
+ env : VERSION=5 TEST_REPO='-b symfony5 https://github.com/Codeception/symfony-demo.git' SUITES=functional,unit
37
44
services :
38
45
- mysql
39
46
before_install :
@@ -51,7 +58,6 @@ install:
51
58
- composer require symfony/css-selector=~$VERSION --no-update --ignore-platform-reqs
52
59
- composer require symfony/dom-crawler=~$VERSION --no-update --ignore-platform-reqs
53
60
- composer require symfony/browser-kit=~$VERSION --no-update --ignore-platform-reqs
54
- - composer require symfony/browser-kit=~$VERSION --no-update --ignore-platform-reqs
55
61
- COMPOSER_MEMORY_LIMIT=-1 composer install
56
62
- COMPOSER_MEMORY_LIMIT=-1 composer update -d framework-tests --no-dev --prefer-dist --no-interaction
57
63
before_script :
Original file line number Diff line number Diff line change 14
14
15
15
"require" : {
16
16
"php" : " >=5.6.0 <8.0" ,
17
- "codeception/lib-innerbrowser" : " dev-master | ^1.0" ,
18
- "codeception/codeception" : " 4.0.x-dev | ^4.0"
17
+ "codeception/lib-innerbrowser" : " ^1.0" ,
18
+ "codeception/codeception" : " ^4.0"
19
19
},
20
20
"require-dev" : {
21
21
"codeception/util-robohelpers" : " dev-master" ,
You can’t perform that action at this time.
0 commit comments