X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_github_workflow_ci.php;h=78d770a0fc33ea4e43c8165c32c768f6326b7e26;hb=fbbe06aeb0fcccc9a3c08d7a7ce44cbf48bca83d;hp=7c2e009087c9f59e1f04810dc8c2f83e8cc82792;hpb=50610560f4a6f6fb8e53160cc0daf581839e99ed;p=m6w6%2Fext-pq diff --git a/scripts/gen_github_workflow_ci.php b/scripts/gen_github_workflow_ci.php index 7c2e009..78d770a 100755 --- a/scripts/gen_github_workflow_ci.php +++ b/scripts/gen_github_workflow_ci.php @@ -11,16 +11,16 @@ jobs: github([ "old-matrix" => [ - "PHP" => ["7.0", "7.1", "7.2", "7.3", "7.4"], + "PHP" => ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes", ], "next" => [ - "PHP" => ["8.1", "master"], + "PHP" => ["master"], "enable_debug" => "yes", "enable_zts" => "yes", ], @@ -46,7 +46,7 @@ foreach ($job as $id => $env) { } ?> PQ_DSN: "postgres:///runner" - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 with: