Skip to content

Commit d5b6b22

Browse files
committed
[FEATURE] Add support for PHP 8.4
1 parent 5b77e7b commit d5b6b22

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- '8.1'
2727
- '8.2'
2828
- '8.3'
29+
- '8.4'
2930

3031
steps:
3132
- name: Checkout
@@ -176,6 +177,7 @@ jobs:
176177
- '8.1'
177178
- '8.2'
178179
- '8.3'
180+
- '8.4'
179181
dependencies:
180182
- lowest
181183
- highest

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
66
## x.y.z
77

88
### Added
9+
- Add support for PHP 8.4 (#1278)
910
- Support `:root` pseudo-class (#1306)
1011
- Add CSS selectors exclusion feature (#1236)
1112

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"source": "https://github.com/MyIntervals/emogrifier"
3838
},
3939
"require": {
40-
"php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
40+
"php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
4141
"ext-dom": "*",
4242
"ext-libxml": "*",
4343
"sabberworm/php-css-parser": "dev-main",

0 commit comments

Comments
 (0)