Skip to content

Commit 7440d5d

Browse files
committed
change: Drop PHP 8.2 support
1 parent f9983f5 commit 7440d5d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php_version:
17-
- '8.2'
1817
- '8.3'
1918
dependencies:
2019
- 'default'
2120
include:
22-
- php_version: '8.2'
23-
dependencies: 'lowest'
2421
- php_version: '8.3'
2522
dependencies: 'lowest'
2623
steps:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* [BREAKING] ContentSnippetContentFilter is now an interface, use HtmlPurifierContentFilter for
66
a runtime implementation. The ->filterContent now returns a ContentFilterResult DTO instead of
77
a plain array.
8+
* Drop support for PHP 8.2
89
* Internal test & config files are now excluded from distribution archives
910
* Upgraded to PHPUnit 11 for internal tests
1011

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"composer/installers": "^1.9",
1616
"ezyang/htmlpurifier": "^4.15",
17-
"php": "~8.2.0 || ~8.3.0",
17+
"php": "~8.3.0",
1818
"ingenerator/kohana-core": "^4.7",
1919
"ingenerator/kohana-extras": "^2.0 || ^3.0",
2020
"ingenerator/kohana-view": "^4.4"

0 commit comments

Comments
 (0)