File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1212build :
1313 dependencies :
1414 override :
15- - " ./bin/ci/scripts/install_dependencies.sh "
15+ - " composer require -W --ignore-platform-reqs doctrine/couchdb:dev-master phpfastcache/phpssdb:~1.1 predis/predis:~1.1 mongodb/mongodb:~1.9 triagens/arangodb:~3.8 aws/aws-sdk-php:~3.2 google/cloud-firestore:~1.20 solarium/solarium:~6.1 "
1616 nodes :
1717 analysis :
1818 project_setup :
@@ -25,10 +25,10 @@ build:
2525 ini :
2626 date.timezone : ' Europe/Paris'
2727 pecl_extensions :
28- - couchbase
28+ # - couchbase
29+ # - grpc
2930 - redis
3031 - memcache
31- - grpc
3232checks :
3333 php : true
3434coding_style :
Original file line number Diff line number Diff line change 1+ ## 9.1.1
2+ ##### _ Date to be defined_
3+ - __ Core__
4+ - Fixed #860 - Cache item throw an error on reading with DateTimeImmutable date objects
5+ - Fixed an issue with tags not properly reinitialized when a backend driver returns an expired cache item
6+
17## 9.1.0
28##### 04 april 2022
39- __ API__
Original file line number Diff line number Diff line change 1111
1212chdir (__DIR__ );
1313require_once __DIR__ . '/../../vendor/autoload.php ' ;
14- $ testHelper = new TestHelper ('Github issue #860 - Cache item throw an error on save with DateTimeImmutable date objects ' );
14+ $ testHelper = new TestHelper ('Github issue #860 - Cache item throw an error on reading with DateTimeImmutable date objects ' );
1515
1616$ config = new FilesConfig ();
1717$ testHelper ->preConfigure ($ config );
You can’t perform that action at this time.
0 commit comments