Skip to content

Commit

Permalink
Merge pull request #178 from infection/feature/drop-7.3
Browse files Browse the repository at this point in the history
Drop PHP 7.3 support for Infection
  • Loading branch information
maks-rafalko committed Oct 27, 2020
2 parents bbd9c86 + 520f554 commit 67055c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ You can still use an older Infection version if you're using an older PHP versio

| PHP version | Infection version |
|---|---|
| 7.3.12 | >= 0.16 |
| 7.4.0 | >= 0.18 |
| 7.3.12 | 0.16-0.17 |
| 7.2.9+ | 0.14-0.15 |
| 7.1 | 0.10 - 0.13 |
| 7.0 | < 0.10 |

<p class="tip">Please note that [Infection 0.13 isn't supported anymore](https://github.com/infection/infection/pull/809#issuecomment-556984454). Also note that [PHP 7.2 has reached EOL](https://secure.php.net/supported-versions.php).</p>

## Phar

Phar distribution is the best and recommended way of installing Infection on your computer. Unlike `infection/infection`, it is bundled with all officially supported Test Frameworks: `PHPUnit`, `PhpSpec`, `Codeception`.
Expand Down

0 comments on commit 67055c6

Please sign in to comment.