Skip to content

Commit 115e51e

Browse files
authored
Merge pull request #10 from ingenerator/support-php83
Support PHP 8.3
2 parents 86427db + e71460a commit 115e51e

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ jobs:
1515
matrix:
1616
php_version:
1717
- '8.2'
18+
- '8.3'
1819
dependencies:
1920
- 'default'
2021
include:
2122
- php_version: '8.2'
2223
dependencies: 'lowest'
24+
- php_version: '8.3'
25+
dependencies: 'lowest'
2326
steps:
2427
- name: Setup PHP
2528
uses: shivammathur/setup-php@v2

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Unreleased
22

3+
### v1.5.0 (2024-10-01)
4+
5+
* Support PHP 8.3
6+
37
### v1.4.0 (2024-02-08)
48

59
* Drop support for PHP 8.0 & 8.1

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",
17+
"php": "~8.2.0 || ~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)