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 a415cb5 commit 2be1a8f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -37,9 +37,9 @@ jobs:
- windows-latest

php:
- "7.4"
- "8.0"
- "8.1"
- 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
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Expand Up @@ -33,9 +33,9 @@ jobs:
- ubuntu-latest

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

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -31,9 +31,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.13",
"vimeo/psalm": "^4.18",
"yiisoft/test-support": "^1.3"
},
"autoload": {
Expand Down

0 comments on commit 2be1a8f

Please sign in to comment.