Skip to content

Commit fb0a496

Browse files
committed
PHP 7.2
1 parent 3f9aeca commit fb0a496

File tree

3 files changed

+299
-148
lines changed

3 files changed

+299
-148
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ jobs:
99
ecs:
1010
name: ECS
1111
uses: craftcms/.github/.github/workflows/ecs.yml@v1
12+
with:
13+
php_version: '7.2'
1214
phpstan:
1315
name: PHPStan
1416
uses: craftcms/.github/.github/workflows/phpstan.yml@v1
17+
with:
18+
php_version: '7.2'
1519
notify-slack:
1620
name: Notify Slack
1721
needs: [ ecs, phpstan ]

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
"documentationUrl": "https://github.com/craftcms/webhooks/blob/master/README.md"
5050
},
5151
"config": {
52+
"platform": {
53+
"php": "7.2.5"
54+
},
5255
"allow-plugins": {
5356
"yiisoft/yii2-composer": true,
5457
"craftcms/plugin-installer": true

0 commit comments

Comments
 (0)