Skip to content

Commit b0d4403

Browse files
committed
CI fix
Signed-off-by: Jan Henckens <[email protected]>
1 parent 3fa1977 commit b0d4403

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: ci
22
on:
33
workflow_dispatch:
4+
pull_request:
45
push:
56
branches:
67
- develop
@@ -14,7 +15,7 @@ jobs:
1415
name: ci
1516
uses: studioespresso/.github/.github/workflows/ci.yml@main
1617
with:
17-
craft_version: '4'
18+
craft_version: '5'
1819
jobs: '["ecs", "phpstan"]'
1920
secrets:
20-
token: ${{ secrets.GITHUB_TOKEN }}
21+
token: ${{ secrets.GITHUB_TOKEN }}

composer.json

-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
},
4141
"config": {
4242
"sort-packages": true,
43-
"platform": {
44-
"php": "8.2"
45-
},
4643
"allow-plugins": {
4744
"yiisoft/yii2-composer": true,
4845
"craftcms/plugin-installer": true

0 commit comments

Comments
 (0)