Skip to content

Commit

Permalink
Allow PHP8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentRobert committed Jul 5, 2024
1 parent e08f002 commit 43fa875
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
fail-fast: true
matrix:
php-versions:
- "8.2"
- "8.3"
dependencies:
- "lowest"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@
## [1.4.1] - 2024-07-02
### Bugfix
- Fix faulty doc blocs preventing di:compile

## [1.4.2] - 2024-07-05
### Updated
- Allow PHP 8.2
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^8.3",
"php": "^8.2",
"magento/framework": "^102.0|^103.0",
"magento/module-backend": "^101.0|^102.0",
"magento/module-ui": "^101.0|^102.0"
Expand Down

0 comments on commit 43fa875

Please sign in to comment.