Skip to content

Commit

Permalink
add PHP8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Huebner committed Feb 22, 2024
1 parent 94289a6 commit 251e868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/continuous integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- "8.0"
- "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 @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8,<8.2|>=8.2.9,<8.3",
"php": "^8,<8.2|>=8.2.9,<9",
"ext-curl": "*",
"beberlei/assert": "^3.2.5",
"symfony/yaml": "^3|^4|^5|^6",
Expand Down

0 comments on commit 251e868

Please sign in to comment.