Skip to content

Commit

Permalink
feat: Add PHP 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aadmathijssen committed Feb 6, 2024
1 parent fa9b9aa commit af894d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
composer-dependency-versions:
- "lowest"
- "highest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"composer-plugin-api": "^2.0"
},
"require-dev": {
Expand Down

0 comments on commit af894d9

Please sign in to comment.