Skip to content

Commit a71c6e2

Browse files
committed
Add support for PHP 8.5
1 parent a2944be commit a71c6e2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- "8.2"
3232
- "8.3"
3333
- "8.4"
34+
include:
35+
- php: "8.5"
36+
composer-options: "--ignore-platform-reqs"
3437

3538
env:
3639
extensions: ctype, dom, intl, json, mbstring, openssl, xml, zip, zlib

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
* Added support for PHP 8.5
6+
57
## 1.3.1 - 2024-08-26
68

79
* Made clock argument of `InMemoryCache` constructor explicitly nullable

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
14+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1515
"psr/cache": "^2.0 || ^3.0",
1616
"psr/clock": "^1.0"
1717
},

0 commit comments

Comments
 (0)