Skip to content

Commit 956ec89

Browse files
authored
refactor #157 Add support for PHP 7.3 & remove fake Symfony builds (pamil)
This PR was merged into the 1.3 branch. Discussion ---------- Requiring dev Symfony packages still keeps others on the highest possible version. Commits ------- 02793dd Add support for PHP 7.3 & remove fake Symfony builds
2 parents 2539294 + 02793dd commit 956ec89

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sudo: false
66

77
php:
88
- 7.2
9+
- 7.3
910

1011
cache:
1112
yarn: true
@@ -17,9 +18,6 @@ env:
1718
global:
1819
- SYLIUS_CACHE_DIR=$HOME/.sylius-cache
1920
- SYLIUS_BUILD_DIR=etc/build
20-
matrix:
21-
- SYMFONY_VERSION="3.4.*"
22-
- SYMFONY_VERSION="4.2.*"
2321

2422
before_install:
2523
- phpenv config-rm xdebug.ini
@@ -31,12 +29,6 @@ before_install:
3129
- set -a && source tests/Application/.env.test && set +a
3230

3331
install:
34-
- composer require "symfony/browser-kit:${SYMFONY_VERSION}" --no-interaction --no-update
35-
- composer require "symfony/debug-bundle:${SYMFONY_VERSION}" --no-interaction --no-update
36-
- composer require "symfony/dotenv:${SYMFONY_VERSION}" --no-interaction --no-update
37-
- composer require "symfony/intl:${SYMFONY_VERSION}" --no-interaction --no-update
38-
- composer require "symfony/web-profiler-bundle:${SYMFONY_VERSION}" --no-interaction --no-update
39-
- composer require "symfony/web-server-bundle:${SYMFONY_VERSION}" --no-interaction --no-update
4032
- composer install --no-interaction --prefer-dist
4133
- (cd tests/Application && yarn install)
4234

0 commit comments

Comments
 (0)