Skip to content

Commit

Permalink
[FEATURE] Add support for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Oct 27, 2024
1 parent 633d30e commit 462d32c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'

steps:
- name: Checkout
Expand Down Expand Up @@ -176,6 +177,7 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'
dependencies:
- lowest
- highest
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Please also have a look at our

### Added

- Add support for PHP 8.4 (#1278)
- Support CSS custom properties (variables) (#1336)
- Support `:root` pseudo-class (#1306)
- Add CSS selectors exclusion feature (#1236)
Expand Down

0 comments on commit 462d32c

Please sign in to comment.