Skip to content

Commit fb6092c

Browse files
committed
Drop support for PHP 8.3
1 parent 7ec6c6e commit fb6092c

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,9 @@ jobs:
2727
fail-fast: true
2828
matrix:
2929
php:
30-
- "8.1"
31-
- "8.2"
3230
- "8.3"
3331
- "8.4"
34-
include:
35-
- php: "8.5"
36-
composer-options: "--ignore-platform-reqs"
32+
- "8.5"
3733

3834
env:
3935
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+
* Dropped support for PHP <8.3
6+
57
## 1.4.0 - 2025-09-30
68

79
* Added support for PHP 8.5

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 || ~8.5.0",
14+
"php": "~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)