Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117497 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 62291 invoked from network); 8 Apr 2022 12:58:49 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Apr 2022 12:58:49 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E9A36180381; Fri, 8 Apr 2022 07:29:33 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS47066 71.19.146.0/24 X-Spam-Virus: No X-Envelope-From: Received: from supercat.cmpct.info (supercat.cmpct.info [71.19.146.230]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS; Fri, 8 Apr 2022 07:29:33 -0700 (PDT) Received: from [192.168.2.71] (fctnnbsc38w-47-55-87-222.dhcp-dynamic.fibreop.nb.bellaliant.net [47.55.87.222]) by supercat.cmpct.info (Postfix) with ESMTPSA id D549D46283; Fri, 8 Apr 2022 14:29:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpct.info; s=default; t=1649428169; bh=6QTKDB69JMaeVd3ZVI1kL3T1Ii4al5Avwo2HjRgT8vU=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=cjAlJeSZgpOKQ3q3FxgnNlQg1xfj6fbNX/MPsTcXMZly+wFzI9Dw9zIsSPY1fRXyP jeGezLH4ueGZBbcj4kD4/ud2Hh0tEInse4KwE2GdrQ2dvcjWqZkRzv0eBcmQqQ91si o/UxnlaEyN2hHYIjNdGPZMYW3tJyQB2p32iyPi8Y= Message-ID: To: Ayesh Karunaratne , "Christoph M. Becker" Cc: PHP Developers Mailing List , internals-win Date: Fri, 08 Apr 2022 11:29:26 -0300 In-Reply-To: References: <90094848-cf18-1b41-da8d-1abd60461940@gmx.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.4 (3.42.4-1.fc35) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Windows PECL build machine died From: calvin@cmpct.info (Calvin Buckley) This might be interesting. I've set up Actions builds for extensions, and the Windows part was pretty easy (thanks to Christoph's action for setting up a PHP build environment on Windows). If I could set up a workflow that when I tag a release, it pushes a full matrix to PECL, that would be great. On Fri, 2022-04-08 at 17:25 +0530, Ayesh Karunaratne wrote: > With php-src's recently starting to Github Actions, would it be > possible for PECL builds to use Github Actions with Windows. It > supports Windows server 2016, 2019, and even 2022 (IIRC).