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'