Skip to content

Commit

Permalink
Add support for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Jan 17, 2023
1 parent aa755b3 commit 687524b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
composer:
- ""
- "--prefer-lowest"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Changelog

--------

## 2.2.3 - 2023-01-17

### Changed

* [Support] Added support for PHP 8.2.

--------

## 2.2.2 - 2022-09-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require-dev": {
"duncan3dc/object-intruder": "^0.3 || ^1.0",
"maglnet/composer-require-checker": "^2.0 || ^3.0",
"maglnet/composer-require-checker": "^2.0 || ^3.0 || ^4.0",
"mockery/mockery": "^1.5",
"nikic/php-parser": "^4.13",
"phpstan/phpstan": "^0.12.99",
Expand Down

0 comments on commit 687524b

Please sign in to comment.