Skip to content

Commit 3d0b7a9

Browse files
committed
Add support for PHP 7.4
1 parent 99863f2 commit 3d0b7a9

File tree

3 files changed

+165
-33
lines changed

3 files changed

+165
-33
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- '7.1'
2020
- '7.2'
2121
- '7.3'
22+
- '7.4'
2223
name: 'PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}'
2324
steps:
2425
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "~7.1.0|~7.2.0|~7.3.0",
12+
"php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0",
1313
"aws/aws-sdk-php": "^3.110"
1414
},
1515
"type": "magento2-module",

composer.lock

Lines changed: 163 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)