File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,10 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
php_version :
17
- - ' 8.2'
18
17
- ' 8.3'
19
18
dependencies :
20
19
- ' default'
21
20
include :
22
- - php_version : ' 8.2'
23
- dependencies : ' lowest'
24
21
- php_version : ' 8.3'
25
22
dependencies : ' lowest'
26
23
steps :
Original file line number Diff line number Diff line change 5
5
* [ BREAKING] ContentSnippetContentFilter is now an interface, use HtmlPurifierContentFilter for
6
6
a runtime implementation. The ->filterContent now returns a ContentFilterResult DTO instead of
7
7
a plain array.
8
+ * Drop support for PHP 8.2
8
9
* Internal test & config files are now excluded from distribution archives
9
10
* Upgraded to PHPUnit 11 for internal tests
10
11
Original file line number Diff line number Diff line change 14
14
"require" : {
15
15
"composer/installers" : " ^1.9" ,
16
16
"ezyang/htmlpurifier" : " ^4.15" ,
17
- "php" : " ~8.2.0 || ~8. 3.0" ,
17
+ "php" : " ~8.3.0" ,
18
18
"ingenerator/kohana-core" : " ^4.7" ,
19
19
"ingenerator/kohana-extras" : " ^2.0 || ^3.0" ,
20
20
"ingenerator/kohana-view" : " ^4.4"
You can’t perform that action at this time.
0 commit comments