Skip to content

Commit ff1fc14

Browse files
committed
[FEATURE] Add support for PHP 8.4
1 parent 4b74415 commit ff1fc14

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
@@ -10,6 +10,7 @@ Please also have a look at our
1010

1111
### Added
1212

13+
- Add support for PHP 8.4 (#1278)
1314
- Support CSS custom properties (variables) (#1336)
1415
- Support `:root` pseudo-class (#1306)
1516
- Add CSS selectors exclusion feature (#1236)

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)