Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
PHP 7.2 (#281)
Browse files Browse the repository at this point in the history
* DevKit updates

* DevKit updates
  • Loading branch information
ElectricMaxxx authored Dec 9, 2017
1 parent ec43449 commit 952b171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ cache:
env:
matrix: SYMFONY_VERSION=4.0.*
global:
- SYMFONY_DEPRECATIONS_HELPER="0"
- SYMFONY_DEPRECATIONS_HELPER="/.*each.*/"
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
- KERNEL_CLASS=Symfony\Cmf\Bundle\BlockBundle\Tests\Fixtures\App\Kernel
- SYMFONY_PHPUNIT_VERSION=5.7
- TEST_INSTALLATION=false

matrix:
include:
- php: 7.1
- php: 7.2
env: STABILITY=dev SYMFONY_VERSION=4.0.*
- php: 7.1
env: STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
- php: 7.1
- php: 7.2
env: STABILITY=dev SYMFONY_VERSION=3.3.*
- php: 7.1
- php: 7.2
env: STABILITY=dev SYMFONY_VERSION=3.4.*
- env: TEST_INSTALLATION=true
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ provides a few commonly used standard blocks, including the ability to edit them

## Requirements

* PHP 7.1
* PHP 7.1 / 7.2
* Symfony 2.8 / 3.3 / 3.4 / 4.0
* See also the `require` section of [composer.json](composer.json)

Expand Down

0 comments on commit 952b171

Please sign in to comment.