mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
The Windows CI of the `PHP-8.2` to `PHP-8.3` branches still use the `php-sdk-2.2.0` which is almost five years old, and does not fetch the updated dependencies from https://downloads.php.net/~windows. The `master` branch CI uses `php_downloads_server_migration_v1`, which has been superseded a few months ago[1]. So switching to the `php-sdk-2.3.0` makes sense there, too. [1] <php/php-sdk-binary-tools@19c8ccb> Closes GH-14991.