diff --git a/.travis.yml b/.travis.yml index 2f8f4a3..766aaca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,6 @@ matrix: - php: 7.3 env: SYMFONY_VERSION=4.3.* CODE_COVERAGE=0 -#services: -# - rabbitmq - before_install: # This is mandatory or 'apt-get install' calls following will fail - sudo apt-get update -qq @@ -46,7 +43,7 @@ script: after_failure: # Display as much info as we can to help developers - - then php -i + - php -i after_script: # Upload code-coverage to Scrutinizer diff --git a/news.md b/news.md index 3a472ad..ed30933 100644 --- a/news.md +++ b/news.md @@ -1,3 +1,12 @@ +# Ver 0.7.1 + +* FIXED: make yml config compatible with recent Symfony 3 versions + +* IMPROVED: declare compatibility with Symfony 4, even though we are known to fail with Sf >= 3.4 + +* IMPROVED: update Travis tests to use more recent versions of PHP and Symfony and get back to partial green + + # Ver 0.7 * NEW: made the package compatible with Symfony 3. As a side effect, we do not support Symfony 2.3 any more.