Skip to content

Commit 7f70dc0

Browse files
committed
Bump PHP version
1 parent fbc5b09 commit 7f70dc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.module.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
EXTENSION_VENDOR="Yireo"
22
EXTENSION_NAME="IntegrationTestHelper"
33
COMPOSER_NAME="yireo/magento2-integration-test-helper"
4+
PHP_VERSIONS="8.1 8.2 8.3"
45

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"nette/php-generator": "^4.1",
2222
"nette/utils": "^4.0",
2323
"symfony/finder": "^4.0 || ^5.0 || ^6.0",
24-
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.* || 8.3.*"
24+
"php": "8.0.* || 8.1.* || 8.2.* || 8.3.*"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "*"

0 commit comments

Comments
 (0)