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

Commit

Permalink
DevKit updates (#313) - Prepare release
Browse files Browse the repository at this point in the history
* DevKit updates

* prepare release

* increase testing component version
  • Loading branch information
ElectricMaxxx committed Aug 18, 2018
1 parent f2cdbbd commit 7508e13
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ env:
matrix:
include:
- php: 7.2
env: STABILITY=dev SYMFONY_VERSION=4.0.*
env: SYMFONY_VERSION=4.0.*
- php: 7.1
env: STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
- php: 7.2
env: STABILITY=dev SYMFONY_VERSION=3.3.*
env: SYMFONY_VERSION=3.3.*
- php: 7.2
env: STABILITY=dev SYMFONY_VERSION=3.4.*
env: SYMFONY_VERSION=3.4.*
- env: TEST_INSTALLATION=true
fast_finish: true
allow_failures:
Expand All @@ -52,12 +52,12 @@ matrix:
before_install:
- phpenv config-rm xdebug.ini || true
- composer self-update
- composer validate --no-check-all --ansi
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; composer config prefer-stable true; fi;
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)

install: travis_wait composer update --prefer-dist $COMPOSER_FLAGS

script:
- if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi

Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Changelog
=========

* **2017-11-15**: Removed php 5.6 and 7.0 support, removed Symfony 3.0.* and 3.1.* support
2.2.0
-----

* Symfony 4 support
* **2017-11-15**: Removed php 5.6 and 7.0 support, removed support for Symfony 3.0 - 3.2

2.1.0
-----
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"symfony/monolog-bundle": "~3.1",
"symfony/phpunit-bridge": "^3.3 || ^4.0",
"symfony-cmf/routing-bundle": "^1.4 || ^2.0",
"symfony-cmf/testing": "^2.1.0-RC1",
"symfony-cmf/testing": "^2.1.8",
"twig/twig": "^1.35 || ^2.4.4",
"symfony-cmf/core-bundle": "^2.1",
"doctrine/phpcr-odm": "^1.4.2 || ^2.0"
Expand Down

0 comments on commit 7508e13

Please sign in to comment.