Skip to content

Commit

Permalink
Add PHP 8.1 support to GitHub workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Jan 26, 2022
1 parent 41a7cea commit 3c03a49
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -37,8 +37,9 @@ jobs:
- windows-latest

php:
- "7.4"
- "8.0"
- 7.4
- 8.0
- 8.1

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- ubuntu-latest

php:
- "7.4"
- 8.1

steps:
- name: Checkout
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/static.yml
Expand Up @@ -33,8 +33,9 @@ jobs:
- ubuntu-latest

php:
- "7.4"
- "8.0"
- 7.4
- 8.0
- 8.1

steps:
- name: Checkout
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Expand Up @@ -15,7 +15,8 @@
"issues": "https://github.com/yiisoft/log-target-email/issues",
"forum": "https://www.yiiframework.com/forum/",
"wiki": "https://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii"
"irc": "irc://irc.freenode.net/yii",
"chat": "https://t.me/yii3en"
},
"require": {
"php": "^7.4|^8.0",
Expand All @@ -24,9 +25,9 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"roave/infection-static-analysis-plugin": "^1.14",
"roave/infection-static-analysis-plugin": "^1.16",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.8",
"vimeo/psalm": "^4.18",
"yiisoft/event-dispatcher": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 3c03a49

Please sign in to comment.