From b9f122f88f23a0f2903619d56026910c87cb0ddd Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Tue, 29 Oct 2024 11:01:34 +0100 Subject: [PATCH] Regenerate evergreen configuration --- .../generated/build/build-extension.yml | 62 ++++++++++--------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/.evergreen/config/generated/build/build-extension.yml b/.evergreen/config/generated/build/build-extension.yml index b7359c1e8..993396ec7 100644 --- a/.evergreen/config/generated/build/build-extension.yml +++ b/.evergreen/config/generated/build/build-extension.yml @@ -7,37 +7,41 @@ tasks: vars: PHP_VERSION: "8.4" - func: "compile extension" - - func: "upload extension" - - name: "build-php-8.4-lowest" - tags: ["build", "php8.4", "lowest", "pr", "tag"] - commands: - - func: "locate PHP binaries" - vars: - PHP_VERSION: "8.4" - - func: "compile extension" - vars: - EXTENSION_VERSION: "1.20.0" - - func: "upload extension" - - name: "build-php-8.4-next-stable" - tags: ["build", "php8.4", "next-stable", "pr", "tag"] - commands: - - func: "locate PHP binaries" - vars: - PHP_VERSION: "8.4" - - func: "compile extension" - vars: - EXTENSION_BRANCH: "v1.20" - - func: "upload extension" - - name: "build-php-8.4-next-minor" - tags: ["build", "php8.4", "next-minor"] - commands: - - func: "locate PHP binaries" - vars: - PHP_VERSION: "8.4" - - func: "compile extension" + # TODO: remove once 2.0.0 is released vars: - EXTENSION_BRANCH: "v1.x" + EXTENSION_BRANCH: "v2.x" - func: "upload extension" + # TODO: re-enable once 2.0.0 is released +# - name: "build-php-8.4-lowest" +# tags: ["build", "php8.4", "lowest", "pr", "tag"] +# commands: +# - func: "locate PHP binaries" +# vars: +# PHP_VERSION: "8.4" +# - func: "compile extension" +# vars: +# EXTENSION_VERSION: "2.0.0" +# - func: "upload extension" +# - name: "build-php-8.4-next-stable" +# tags: ["build", "php8.4", "next-stable", "pr", "tag"] +# commands: +# - func: "locate PHP binaries" +# vars: +# PHP_VERSION: "8.4" +# - func: "compile extension" +# vars: +# EXTENSION_BRANCH: "v2.0" +# - func: "upload extension" +# - name: "build-php-8.4-next-minor" +# tags: ["build", "php8.4", "next-minor"] +# commands: +# - func: "locate PHP binaries" +# vars: +# PHP_VERSION: "8.4" +# - func: "compile extension" +# vars: +# EXTENSION_BRANCH: "v2.x" +# - func: "upload extension" - name: "build-php-8.3" tags: ["build", "php8.3", "stable", "pr", "tag"] commands: