Skip to content

Commit 6ac7ba5

Browse files
committed
Fixed typo and scrutinizer conf file
1 parent bf6db68 commit 6ac7ba5

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.scrutinizer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
build:
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
3232
checks:
3333
php: true
3434
coding_style:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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__

tests/issues/Github-860.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
chdir(__DIR__);
1313
require_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);

0 commit comments

Comments
 (0)