Skip to content

Commit

Permalink
Scrutinizer, AppVeyor and CircleCI: Update Symfony to 3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Lefebvre <alexislefebvre+github@gmail.com>
  • Loading branch information
alexislefebvre committed Jan 11, 2018
1 parent 1d7ba76 commit f5dc52c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Expand Up @@ -21,7 +21,7 @@ build:
dependencies:
override:
-
command: 'composer require --dev "symfony/symfony:2.8.*" --no-update'
command: 'composer require --dev "symfony/symfony:3.4.*" --no-update'
-
command: 'composer install --no-interaction -vv --profile --no-progress'
idle_timeout: 900
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -39,7 +39,7 @@ install:
- cd c:\projects\asynctweetsbundle
- IF NOT EXIST composer.phar (appveyor DownloadFile https://getcomposer.org/download/1.3.2/composer.phar)
- php composer.phar self-update -vvv
- php composer.phar require "symfony/symfony:2.8.*" --no-progress --ansi
- php composer.phar require "symfony/symfony:3.4.*" --no-progress --ansi

test_script:
- cd c:\projects\asynctweetsbundle
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -6,7 +6,7 @@ dependencies:
- sed -i 's/^;//' /opt/circleci/php/$(phpenv global)/etc/conf.d/xdebug.ini
- rm /opt/circleci/php/$(phpenv global)/etc/conf.d/xdebug.ini
override:
- composer require --dev "symfony/symfony:2.8.*" --no-update
- composer require --dev "symfony/symfony:3.4.*" --no-update
- composer install --no-interaction --profile --no-progress

test:
Expand Down

0 comments on commit f5dc52c

Please sign in to comment.