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 185387d commit 24ecde9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -38,13 +38,16 @@ jobs:

php:
- 8.0
- 8.1

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install PHP
uses: shivammathur/setup-php@v2
env:
update: true
with:
php-version: ${{ matrix.php }}
ini-values: date.timezone='UTC'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- ubuntu-latest

php:
- 8.0
- 8.1

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Expand Up @@ -34,6 +34,7 @@ jobs:

php:
- 8.0
- 8.1

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -45,9 +45,9 @@
"require-dev": {
"httpsoft/http-message": "^1.0",
"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.12",
"vimeo/psalm": "^4.18",
"yiisoft/router-fastroute": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 24ecde9

Please sign in to comment.