Skip to content

Commit 7533877

Browse files
authored
Merge pull request #3 from Codeception/symfony5
Test Symfony 5
2 parents 8fcee1c + a7f3f27 commit 7533877

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414
- VERSION=2.8 TEST_REPO='-b 2.1 https://github.com/Codeception/symfony-demo.git' SUITES=functional TEST_PATH=framework-tests/src/AppBundle
1515
- VERSION=3.4 TEST_REPO='--recurse-submodules https://github.com/Naktibalda/codeception-symfony-tests'
1616
- 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
1718
matrix:
1819
exclude:
1920
- php: 7.0
@@ -34,6 +35,12 @@ matrix:
3435
env: VERSION=4 TEST_REPO='https://github.com/Codeception/symfony-demo.git' SUITES=functional,unit
3536
- php: 7.0
3637
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
3744
services:
3845
- mysql
3946
before_install:
@@ -51,7 +58,6 @@ install:
5158
- composer require symfony/css-selector=~$VERSION --no-update --ignore-platform-reqs
5259
- composer require symfony/dom-crawler=~$VERSION --no-update --ignore-platform-reqs
5360
- composer require symfony/browser-kit=~$VERSION --no-update --ignore-platform-reqs
54-
- composer require symfony/browser-kit=~$VERSION --no-update --ignore-platform-reqs
5561
- COMPOSER_MEMORY_LIMIT=-1 composer install
5662
- COMPOSER_MEMORY_LIMIT=-1 composer update -d framework-tests --no-dev --prefer-dist --no-interaction
5763
before_script:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
"require": {
1616
"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"
1919
},
2020
"require-dev": {
2121
"codeception/util-robohelpers": "dev-master",

0 commit comments

Comments
 (0)