Skip to content

Commit ebd8058

Browse files
authored
Merge pull request thephpleague#14 from thephpleague/symfony-4-3
Run CI against Symfony 4.3
2 parents c9cdf20 + 3ebe5bc commit ebd8058

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
- php: 7.2
1010
env: SYMFONY_VERSION="4.2.*" CS_FIXER=1
1111
- php: 7.3
12-
env: SYMFONY_VERSION="4.2.*"
12+
env: SYMFONY_VERSION="4.3.*"
1313
fast_finish: true
1414

1515
cache:
@@ -18,8 +18,8 @@ cache:
1818

1919
before_script:
2020
- composer self-update
21-
- composer require --no-update symfony/framework-bundle=$SYMFONY_VERSION
22-
- composer require --no-update --dev symfony/form=$SYMFONY_VERSION symfony/twig-bundle=$SYMFONY_VERSION
21+
- composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver=$SYMFONY_VERSION
22+
- composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
2323
- composer update $COMPOSER_FLAGS --prefer-dist
2424

2525
script:

0 commit comments

Comments
 (0)