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 95b825c + af970f5 commit eee70b6Copy full SHA for eee70b6
.github/workflows/code-analysis.yaml
@@ -1,7 +1,9 @@
1
name: Code Analysis
2
3
on:
4
- pull_request: null
+ pull_request:
5
+ pull_request_review:
6
+ types: [ submitted, edited ]
7
push:
8
branches:
9
- develop
composer.json
@@ -40,6 +40,10 @@
40
"yiisoft/yii2-composer": true
41
},
42
"optimize-autoloader": true,
43
+ "platform": {
44
+ "php": "8.2"
45
+ },
46
+ "platform-check": false,
47
"sort-packages": true
48
49
"minimum-stability": "beta",
0 commit comments