Skip to content

Commit

Permalink
Allow PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Nov 3, 2023
1 parent 4510cdf commit 0bffb86
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 @@ -13,6 +13,7 @@ jobs:
- 8.0
- 8.1
- 8.2
- 8.3
composer_args:
- '--prefer-stable'
- '--prefer-stable --prefer-lowest'
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 @@
"issues": "https://github.com/kdyby/autowired/issues"
},
"require": {
"php": ">=8.0 <8.3",
"php": ">=8.0 <8.4",
"nette/utils": "^3.2.5 || ^4.0",
"nette/di": "^3.0.10",
"nette/component-model": "^3.0.2",
Expand Down

0 comments on commit 0bffb86

Please sign in to comment.