Skip to content

Commit 50e3438

Browse files
committed
Add PHP 8.1 support to GitHub workflow actions
1 parent 59fd874 commit 50e3438

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
- windows-latest
3838

3939
php:
40-
- "7.4"
41-
- "8.0"
40+
- 7.4
41+
- 8.0
42+
- 8.1
4243

4344
steps:
4445
- name: Checkout

.github/workflows/mutation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- ubuntu-latest
3232

3333
php:
34-
- "7.4"
34+
- 8.1
3535

3636
steps:
3737
- name: Checkout

.github/workflows/static.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
- ubuntu-latest
3434

3535
php:
36-
- "7.4"
37-
- "8.0"
36+
- 7.4
37+
- 8.0
38+
- 8.1
3839

3940
steps:
4041
- name: Checkout

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"forum": "https://www.yiiframework.com/forum/",
1414
"wiki": "https://www.yiiframework.com/wiki/",
1515
"irc": "irc://irc.freenode.net/yii",
16+
"chat": "https://t.me/yii3en",
1617
"source": "https://github.com/yiisoft/middleware-dispatcher"
1718
},
1819
"require": {
@@ -27,7 +28,7 @@
2728
"require-dev": {
2829
"nyholm/psr7": "^1.4",
2930
"phpunit/phpunit": "^9.5",
30-
"roave/infection-static-analysis-plugin": "^1.14",
31+
"roave/infection-static-analysis-plugin": "^1.16",
3132
"spatie/phpunit-watcher": "^1.23",
3233
"vimeo/psalm": "^4.18",
3334
"yiisoft/test-support": "^1.3"

0 commit comments

Comments
 (0)