We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 481b2db + fb0a496 commit 327a116Copy full SHA for 327a116
.github/workflows/ci.yml
@@ -10,9 +10,13 @@ jobs:
10
ecs:
11
name: ECS
12
uses: craftcms/.github/.github/workflows/ecs.yml@v1
13
+ with:
14
+ php_version: '7.2'
15
phpstan:
16
name: PHPStan
17
uses: craftcms/.github/.github/workflows/phpstan.yml@v1
18
19
20
notify-slack:
21
name: Notify Slack
22
needs: [ ecs, phpstan ]
composer.json
@@ -50,6 +50,9 @@
50
"documentationUrl": "https://github.com/craftcms/webhooks/blob/master/README.md"
51
},
52
"config": {
53
+ "platform": {
54
+ "php": "7.2.5"
55
+ },
56
"allow-plugins": {
57
"yiisoft/yii2-composer": true,
58
"craftcms/plugin-installer": true
0 commit comments