Skip to content

Commit b48b298

Browse files
authored
Merge pull request #7 from magento-trigger/php81-compatibility
Add php8.1 declaration
2 parents 92b2180 + a82bddb commit b48b298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php-version:
16-
- "7.3"
1716
- "7.4"
1817
- "8.0"
18+
- "8.1"
1919
dependencies:
2020
- "lowest"
2121
- "highest"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"AFL-3.0"
99
],
1010
"require": {
11-
"php": "~7.3.0||~7.4.0||~8.0.0",
11+
"php": "~7.4.0||~8.0.0||~8.1.0",
1212
"composer/composer": "^1.9 || ^2.0",
1313
"symfony/console": "~4.4.0"
1414
},

0 commit comments

Comments
 (0)