You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes PHP 8.4 compatibility in backwards compatible
fashion. Also updates testing suite to be
compatible with PHP 8.4, but doesn't yet
use it in CI as the run time, but it can
be executed locally.
PHP 8.4 is not released yet, and compatible
xdebug version is not yet available in PECL
repository.
Fixes#227
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.textile
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ h2. Running tests on different PHP versions and platforms
51
51
The project comes with multiple different PHP versions that can be used to run the test suite. To run tests on different PHP version, first build the target image and then run tests using it:
0 commit comments