From 07799f45bf4a45656203b5365ab0344db8246fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 04:34:21 +0000 Subject: [PATCH] ci(deps): bump php/php-windows-builder/extension-matrix Bumps [php/php-windows-builder/extension-matrix](https://github.com/php/php-windows-builder) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/php/php-windows-builder/releases) - [Commits](https://github.com/php/php-windows-builder/compare/e03e5d39879adaeb61ed2225f0f4eae7db8c1df8...29352c0ef9e8ce65264ea9e287881a6f7758a953) --- updated-dependencies: - dependency-name: php/php-windows-builder/extension-matrix dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9aed8cd..b9c7cc5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Get the extension matrix id: extension-matrix - uses: php/php-windows-builder/extension-matrix@e03e5d39879adaeb61ed2225f0f4eae7db8c1df8 #v1.8.1 + uses: php/php-windows-builder/extension-matrix@29352c0ef9e8ce65264ea9e287881a6f7758a953 #v1.9.0 with: php-version-list: '8.0, 8.1, 8.2, 8.3, 8.4, 8.5' arch-list: 'x64, x86'