Skip to content

Commit

Permalink
change: Drop PHP 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
acoulton committed Dec 13, 2024
1 parent f9983f5 commit 7440d5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
fail-fast: false
matrix:
php_version:
- '8.2'
- '8.3'
dependencies:
- 'default'
include:
- php_version: '8.2'
dependencies: 'lowest'
- php_version: '8.3'
dependencies: 'lowest'
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* [BREAKING] ContentSnippetContentFilter is now an interface, use HtmlPurifierContentFilter for
a runtime implementation. The ->filterContent now returns a ContentFilterResult DTO instead of
a plain array.
* Drop support for PHP 8.2
* Internal test & config files are now excluded from distribution archives
* Upgraded to PHPUnit 11 for internal tests

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"composer/installers": "^1.9",
"ezyang/htmlpurifier": "^4.15",
"php": "~8.2.0 || ~8.3.0",
"php": "~8.3.0",
"ingenerator/kohana-core": "^4.7",
"ingenerator/kohana-extras": "^2.0 || ^3.0",
"ingenerator/kohana-view": "^4.4"
Expand Down

0 comments on commit 7440d5d

Please sign in to comment.