ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update dependency softprops/action-gh-release to v2.3.3

#159
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---softprops/action-gh-release-1756037509289 into main
1 file +638 -860

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

.github/workflows/precompile-php.ymlmodified+6-3
Changes to .github/workflows/precompile-php.yml
@@ -174,9 +174,12 @@ jobs:
174174 - name: Install build dependencies (Windows)
175175 if: matrix.platform == 'win32'
176176 run: |
177 # Windows: Use pre-compiled PHP binaries instead of building from source
178 # This is the standard approach for Windows PHP distributions
179 echo "Windows builds will use pre-compiled PHP binaries"
177 # Windows: Install Visual Studio Build Tools and dependencies for PHP compilation
178 choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --includeOptional --passive"
179 choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
180 choco install git
181 # Install additional dependencies needed for PHP extensions
182 echo "Windows build dependencies installed for PHP compilation"
180183
181184 - name: Build PHP
182185 env: