X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_github_workflow_ci.php;h=4b95237006c5541c5ca6a35edbcc8315867801b3;hb=1e0808bcea8651c2ffbb798cd5e151f87bef429e;hp=94c06663f4d1c1319f8c5552df19d99e3035e083;hpb=2bff1a14bb1eb2a8a0c77c75b12e809908812eeb;p=m6w6%2Fext-pq diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 94c0666..4b95237 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -18,28 +18,21 @@ $job = $gen->github([ "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes", - "enable_spl" => "yes", ], "master" => [ "PHP" => ["master"], "enable_debug" => "yes", "enable_zts" => "yes", - "enable_spl" => "yes", -], -"cur-none" => [ - "PHP" => $cur, ], "cur-dbg-zts" => [ "PHP" => $cur, "enable_debug", "enable_zts", - "enable_spl" => "yes", ], "cur-cov" => [ "CFLAGS" => "-O0 -g --coverage", "CXXFLAGS" => "-O0 -g --coverage", "PHP" => $cur, - "enable_spl" => "yes", ]]); foreach ($job as $id => $env) { printf(" %s:\n", $id); @@ -52,6 +45,7 @@ foreach ($job as $id => $env) { printf(" %s: \"%s\"\n", $key, $val); } ?> + PQ_DSN: "postgres:///runner" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2