We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa1977 commit b0d4403Copy full SHA for b0d4403
.github/workflows/ci.yml
@@ -1,6 +1,7 @@
1
name: ci
2
on:
3
workflow_dispatch:
4
+ pull_request:
5
push:
6
branches:
7
- develop
@@ -14,7 +15,7 @@ jobs:
14
15
16
uses: studioespresso/.github/.github/workflows/ci.yml@main
17
with:
- craft_version: '4'
18
+ craft_version: '5'
19
jobs: '["ecs", "phpstan"]'
20
secrets:
- token: ${{ secrets.GITHUB_TOKEN }}
21
+ token: ${{ secrets.GITHUB_TOKEN }}
composer.json
@@ -40,9 +40,6 @@
40
},
41
"config": {
42
"sort-packages": true,
43
- "platform": {
44
- "php": "8.2"
45
- },
46
"allow-plugins": {
47
"yiisoft/yii2-composer": true,
48
"craftcms/plugin-installer": true
0 commit comments