Skip to content

Commit

Permalink
Add PHP 8.2 support for Magento 2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Waleed committed Mar 31, 2023
1 parent 4c13a3f commit 732e3d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,11 @@ jobs:
composer_name: customgento/module-cli-tax-editor-m2
ce_version: '2.4.5'
composer_version: '2'
- uses: actions/checkout@v2
- name: M2 Integration Tests with Magento 2 Version 2.4.6 (PHP 8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
with:
module_name: CustomGento_CliTaxEditor
composer_name: customgento/module-cli-tax-editor-m2
ce_version: '2.4.6'
composer_version: '2'
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"require": {
"magento/framework": "~102.0||~103.0",
"magento/module-tax": "~100.3",
"php": "~7.3.0||~7.4.0||~8.1.0",
"symfony/console": "~4.1"
"magento/module-tax": "~100.3||~100.4",
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0",
"symfony/console": "~4.1||~5.4"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
Expand Down

0 comments on commit 732e3d2

Please sign in to comment.