diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml
index ac9fc0a0..52b6a97f 100644
--- a/.github/workflows/php.yml
+++ b/.github/workflows/php.yml
@@ -13,15 +13,11 @@ jobs:
fail-fast: false
matrix:
php-version:
- - "7.4"
- - "8.0"
- "8.1"
+ - "8.2"
dependencies:
- "lowest"
- "highest"
- exclude:
- - php-version: "8.1"
- dependencies: "lowest"
name: Tests with PHP ${{ matrix.php-version }} and ${{ matrix.dependencies }} dependencies
steps:
diff --git a/Magento2/ruleset.xml b/Magento2/ruleset.xml
index ceca9e7e..fc5dadde 100644
--- a/Magento2/ruleset.xml
+++ b/Magento2/ruleset.xml
@@ -761,7 +761,7 @@
-
+
diff --git a/composer.json b/composer.json
index 0dd89da8..1cd04624 100644
--- a/composer.json
+++ b/composer.json
@@ -8,7 +8,7 @@
"type": "phpcodesniffer-standard",
"version": "31",
"require": {
- "php": ">=7.4",
+ "php": "~8.1.0 || ~8.2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2 || ^1.0",
"webonyx/graphql-php": "^15.0",
"ext-simplexml": "*",
@@ -20,7 +20,7 @@
"phpcsstandards/phpcsutils": "^1.0.5"
},
"require-dev": {
- "phpunit/phpunit": "^9.5.8",
+ "phpunit/phpunit": "^9.5.10",
"yoast/phpunit-polyfills": "^1.0"
},
"autoload-dev": {
diff --git a/composer.lock b/composer.lock
index 79654647..fee1a314 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "b28b6be1b758e20337117fe68ef2c5e4",
+ "content-hash": "b8ebf7765c0833542769beee7a9c7a0f",
"packages": [
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
@@ -2377,7 +2377,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
- "php": ">=7.4",
+ "php": "~8.1.0 || ~8.2.0",
"ext-simplexml": "*",
"ext-dom": "*"
},