From: Nikita Popov Date: Mon, 12 Oct 2020 08:06:30 +0000 (+0200) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d11576a86275481b34954a163824909c28037ef;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Backport schedule in yaml --- 8d11576a86275481b34954a163824909c28037ef diff --cc azure-pipelines.yml index ea6acdd720,2cb85dd766..beb512c735 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@@ -12,6 -11,14 +12,15 @@@ trigger - UPGRADING - UPGRADING.INTERNALS + schedules: + - cron: "0 1 * * *" + displayName: Nightly build + branches: + include: + - PHP-7.4 ++ - PHP-8.0 + - master + jobs: - template: azure/job.yml parameters: