Skip to content

Commit

Permalink
Add support to PHP 8.3 (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti authored Jun 14, 2023
1 parent e67e9ed commit 893eab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "lowest"
- "highest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-dom": "*",
"ext-pcre": "*",
"ext-reflection": "*",
Expand Down

0 comments on commit 893eab6

Please sign in to comment.