Skip to content

Commit 003f557

Browse files
feat!: require PHP >= 8.2 (platform bump)
1 parent 312ee65 commit 003f557

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: [8.0, 8.1, 8.2, 8.3, 8.4]
15+
php: [8.2, 8.3, 8.4]
1616

1717
steps:
1818
- name: Checkout code

CHANGELOG.md

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

33
All significant changes to this project will be documented in this file.
44

5+
## [2.0.0] - 2025-09-28
6+
7+
### Changed
8+
9+
- Raised minimum PHP version to >= 8.2. No public API changes.
10+
511
## [1.1.0] - 2025-09-27
612

713
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require": {
26-
"php": ">=8.0"
26+
"php": ">=8.2"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^9.6 || ^10.5 || ^11.0 || ^12.0"

0 commit comments

Comments
 (0)