Skip to content

Commit 36726dc

Browse files
committed
PHP 8
1 parent 327a116 commit 36726dc

File tree

3 files changed

+23
-20
lines changed

3 files changed

+23
-20
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
name: ECS
1212
uses: craftcms/.github/.github/workflows/ecs.yml@v1
1313
with:
14-
php_version: '7.2'
14+
php_version: '8.0'
1515
phpstan:
1616
name: PHPStan
1717
uses: craftcms/.github/.github/workflows/phpstan.yml@v1
1818
with:
19-
php_version: '7.2'
19+
php_version: '8.0'
2020
notify-slack:
2121
name: Notify Slack
2222
needs: [ ecs, phpstan ]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"config": {
5353
"platform": {
54-
"php": "7.2.5"
54+
"php": "8.0.2"
5555
},
5656
"allow-plugins": {
5757
"yiisoft/yii2-composer": true,

composer.lock

Lines changed: 20 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)