Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for PHP 7.2 #8908

Merged
merged 2 commits into from
Oct 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,21 @@ matrix:
- memcached
-
sudo: false
php: 7.2
env: SYLIUS_SUITE="packages"
php: 7.1
env: SYLIUS_SUITE="docs packages"
addons:
apt:
packages:
- parallel
-
sudo: false
php: 7.1
env: SYLIUS_SUITE="docs packages"
php: 7.2
env: SYLIUS_SUITE="packages"
addons:
apt:
packages:
- parallel
allow_failures:
-
php: 7.2
fast_finish: true

cache:
yarn: true
directories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
3 changes: 1 addition & 2 deletions src/Sylius/Bundle/GridBundle/test/app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down Expand Up @@ -47,4 +46,4 @@ sylius_inventory:
resources:
inventory_unit:
classes:
model: Sylius\Component\Inventory\Model\InventoryUnit
model: Sylius\Component\Inventory\Model\InventoryUnit
3 changes: 1 addition & 2 deletions src/Sylius/Bundle/LocaleBundle/test/app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
3 changes: 1 addition & 2 deletions src/Sylius/Bundle/MailerBundle/test/app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
3 changes: 1 addition & 2 deletions src/Sylius/Bundle/MoneyBundle/test/app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
3 changes: 1 addition & 2 deletions src/Sylius/Bundle/OrderBundle/test/app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
5 changes: 2 additions & 3 deletions src/Sylius/Bundle/ReviewBundle/test/app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down Expand Up @@ -76,4 +75,4 @@ security:

dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false
security: false
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ framework:
default_locale: "%locale%"
session:
handler_id: ~
storage_id: session.storage.mock_file
http_method_override: true
test: ~
session:
storage_id: session.storage.mock_file

twig:
debug: "%kernel.debug%"
Expand Down