From d038b70400a03dc18692d92e2c8c1db887c52057 Mon Sep 17 00:00:00 2001 From: Alexandre Quercia Date: Mon, 4 Mar 2024 21:30:25 +0100 Subject: [PATCH] feat(test): select supported PHP versions for default config --- test/bin/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bin/test b/test/bin/test index 1d80e8607..d52df2823 100755 --- a/test/bin/test +++ b/test/bin/test @@ -114,7 +114,7 @@ configureWithArguments () # Default Options # DEPENDENCY_PREFERENCES='highest' - PHP_VERSIONS='all' + PHP_VERSIONS='php74 php81 php82 php83' PHP_TEST_RUNTIME='data/bin/symfony symfony:test --trace' hasHelpOption=false