Skip to content

Commit

Permalink
Add PHP 8.3 support (#612)
Browse files Browse the repository at this point in the history
* Add PHP 8.3 support

Closes #605

* Apply fixes from StyleCI

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
  • Loading branch information
GrahamCampbell and StyleCIBot committed Mar 17, 2024
1 parent 8288867 commit 50bfba6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
php: ['7.4', '8.0', '8.1', '8.2']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
symfony: ['4', '5', '6', '7']
exclude:
- php: '7.4'
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# CHANGELOG


## 1.11.0 (UPCOMING)

* Add PHP 8.3 support


## 1.10.0 (2023-12-10)

* Add `Add Node::setHTML` method
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^7.4.15 || ^8.0.2",
"chrome-php/wrench": "^1.5",
"chrome-php/wrench": "^1.6",
"evenement/evenement": "^3.0.1",
"monolog/monolog": "^1.27.1 || ^2.8 || ^3.2",
"psr/log": "^1.1 || ^2.0 || ^3.0",
Expand Down

0 comments on commit 50bfba6

Please sign in to comment.