Skip to content

Commit 327a116

Browse files
committed
Merge branch 'main' of https://github.com/craftcms/webhooks into 3.0
# Conflicts: # composer.lock
2 parents 481b2db + fb0a496 commit 327a116

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

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

composer.json

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

0 commit comments

Comments
 (0)