X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_github_workflow_ci.php;fp=scripts%2Fgen_github_workflow_ci.php;h=9d58d955234b724b5455741be1376d57ee108af3;hb=ab79bbfb1d04ffb6c82d3489ca585fac65d7c778;hp=019b283be64915cf40a806105faa652ab490b2a6;hpb=3787f011144279a73401b7709676058508735e0e;p=awesomized%2Fext-ion diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 019b283..9d58d95 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -42,6 +42,7 @@ $cur = "8.1"; $job = $gen->github([ "cur" => [ "PHP" => $cur, + "enable_intl" => "yes", "enable_debug", "enable_zts", ], @@ -49,6 +50,7 @@ $job = $gen->github([ "CFLAGS" => "-O0 -g --coverage", "CXXFLAGS" => "-O0 -g --coverage", "PHP" => $cur, + "enable_intl" => "yes", ]]); foreach ($job as $id => $env) { printf(" %s:\n", $id);