mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 20:27:31 +02:00
Merge branch '1.x'
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -4,6 +4,10 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- COMPOSER_ARGS=
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
@@ -18,13 +22,15 @@ matrix:
|
|||||||
dist: bionic
|
dist: bionic
|
||||||
- php: nightly
|
- php: nightly
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
env: COMPOSER_ARGS=--ignore-platform-reqs
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||||
- echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
- echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||||
- if [ "$deps" == "low" ]; then composer update --prefer-dist --prefer-lowest --prefer-stable; fi
|
- composer self-update --snapshot
|
||||||
- if [ "$deps" != "low" ]; then composer install --prefer-dist; fi
|
- if [ "$deps" == "low" ]; then composer update -n --prefer-dist --prefer-lowest --prefer-stable $COMPOSER_ARGS; fi
|
||||||
|
- if [ "$deps" != "low" ]; then composer update -n --prefer-dist $COMPOSER_ARGS; fi
|
||||||
|
|
||||||
script: composer test
|
script: composer test
|
||||||
|
@@ -67,6 +67,12 @@
|
|||||||
* Added support for the PHP 7.x `mongodb` extension in the MongoDBHandler
|
* Added support for the PHP 7.x `mongodb` extension in the MongoDBHandler
|
||||||
* Fixed many minor issues in various handlers, and probably added a few regressions too
|
* Fixed many minor issues in various handlers, and probably added a few regressions too
|
||||||
|
|
||||||
|
### 1.25.4 (2020-05-22)
|
||||||
|
|
||||||
|
* Fixed GitProcessor type error when there is no git repo present
|
||||||
|
* Fixed normalization of SoapFault objects containing deeply nested objects as "detail"
|
||||||
|
* Fixed support for relative paths in RotatingFileHandler
|
||||||
|
|
||||||
### 1.25.3 (2019-12-20)
|
### 1.25.3 (2019-12-20)
|
||||||
|
|
||||||
* Fixed formatting of resources in JsonFormatter
|
* Fixed formatting of resources in JsonFormatter
|
||||||
|
Reference in New Issue
Block a user