Skip to content

Commit

Permalink
Add support for PHP 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Oct 18, 2024
1 parent bd654f8 commit 8df9d5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
composer:
- ""
- "--prefer-lowest"
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"require-dev": {
"duncan3dc/object-intruder": "^0.3.0 || ^1.0",
"duncan3dc/php-ini": "^1.2",
"maglnet/composer-require-checker": "^2.0 || ^3.0",
"maglnet/composer-require-checker": "^2.0 || ^3.0 || ^4.0",
"mockery/mockery": "^1.4",
"nikic/php-parser": "^4.19",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.4",
Expand Down

0 comments on commit 8df9d5f

Please sign in to comment.