Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Potherca
Last active April 4, 2023 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Potherca/b7c7911d346b3ace7551cc7f07d673b7 to your computer and use it in GitHub Desktop.
Save Potherca/b7c7911d346b3ace7551cc7f07d673b7 to your computer and use it in GitHub Desktop.
PHPUnit and PHP version compatibility

PHPUnit and PHP version compatibility

This document shows which version of PHPUnit supported which version(s) of PHP.

As stated on the Supported Versions page on the PHPUnit website:

Support means that bugs will be fixed for a version of PHPUnit.

Support for major version X ends two years after its initial release (when major version (X+2) is released).

Currently that means:

Supported Versions

PHPUnit Supported Until Stable 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
v11.0 TBD upcoming
v10.0 2025 current
v9.5 2024 previous ☑️ ☑️
v8.5 2023 previous ☑️ ☑️ ☑️

Unsupported Versions

PHPUnit Supported Until 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4
v7.5 2020
v6.5 2019
v5.7 2018
v4.8 2016

Legend

✔ = Explicitly stated
☑️ = Implicitly stated
TBD = To be determined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment