Skip to content

Commit

Permalink
Merge pull request #102 from samdark/php-8-support
Browse files Browse the repository at this point in the history
Add PHP 8 support
  • Loading branch information
Ocramius authored Nov 27, 2020
2 parents 03eb5a4 + 482fb49 commit 4f2771c
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bin/roave-infection-static-analysis-plugin"
],
"require": {
"php": "^7.4.7",
"php": "~7.4.7|~8.0.0",
"infection/infection": "0.20.2",
"ocramius/package-versions": "^1.9.0 || ^2.0.0",
"vimeo/psalm": "^4.2.1"
Expand Down
Loading

0 comments on commit 4f2771c

Please sign in to comment.