From 03b2423fea5c13f32841419810f083ea809028e3 Mon Sep 17 00:00:00 2001 From: Marcos Marcolin Date: Tue, 19 Nov 2024 20:38:24 -0300 Subject: [PATCH] chore: update minimum required PHP version. --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index 7ab158bce5c5c..800f827d6bc80 100755 --- a/run-tests.php +++ b/run-tests.php @@ -26,7 +26,7 @@ /* Let there be no top-level code beyond this point: * Only functions and classes, thanks! * - * Minimum required PHP version: 7.4.0 + * Minimum required PHP version: 8.0.0 */ function show_usage(): void