Skip to content

Commit

Permalink
Merge pull request #2 from doppynl/php8.3
Browse files Browse the repository at this point in the history
PHP 8.3 support
  • Loading branch information
DaveLiddament authored Dec 10, 2023
2 parents 06868ad + e4106ea commit 4dc5854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/full-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
operating-system:
- "ubuntu-22.04"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Library to help make testing of PHPStan rules easier",
"type": "library",
"require": {
"php": ">=8.0 <8.3",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"phpstan/phpstan": "^1.6"
},
"require-dev": {
Expand Down

0 comments on commit 4dc5854

Please sign in to comment.