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.
1 parent 3f9aeca commit fb0a496Copy full SHA for fb0a496
.github/workflows/ci.yml
@@ -9,9 +9,13 @@ jobs:
9
ecs:
10
name: ECS
11
uses: craftcms/.github/.github/workflows/ecs.yml@v1
12
+ with:
13
+ php_version: '7.2'
14
phpstan:
15
name: PHPStan
16
uses: craftcms/.github/.github/workflows/phpstan.yml@v1
17
18
19
notify-slack:
20
name: Notify Slack
21
needs: [ ecs, phpstan ]
composer.json
@@ -49,6 +49,9 @@
49
"documentationUrl": "https://github.com/craftcms/webhooks/blob/master/README.md"
50
},
51
"config": {
52
+ "platform": {
53
+ "php": "7.2.5"
54
+ },
55
"allow-plugins": {
56
"yiisoft/yii2-composer": true,
57
"craftcms/plugin-installer": true
0 commit comments