File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 if : " !contains(github.event.head_commit.message, 'skip-8.1')"
11- runs-on : windows-2019
11+ runs-on : windows-2022
1212 strategy :
1313 fail-fast : false
1414 matrix :
8383 run : |
8484 C:\php-snap-build\php-sdk\bin\vswhere
8585 $ErrorActionPreference = "Stop"
86- & C:\php-snap-build\php-sdk\phpsdk-vs16-${{ matrix.arch }}.bat -t C:\php-snap-build\rmtools\bin\snapshot_task.bat --task-args "php81 ${{ matrix.config }}"
86+ & C:\php-snap-build\php-sdk\phpsdk-vs16-${{ matrix.arch }}.bat -s 14.29.30133 - t C:\php-snap-build\rmtools\bin\snapshot_task.bat --task-args "php81 ${{ matrix.config }}"
8787 - name : Collect Artifacts
8888 run : |
8989 New-Item -ItemType "directory" -Path builds
Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 if : " !contains(github.event.head_commit.message, 'skip-8.2')"
11- runs-on : windows-2019
11+ runs-on : windows-2022
1212 strategy :
1313 fail-fast : false
1414 matrix :
8383 run : |
8484 C:\php-snap-build\php-sdk\bin\vswhere
8585 $ErrorActionPreference = "Stop"
86- & C:\php-snap-build\php-sdk\phpsdk-vs16-${{ matrix.arch }}.bat -t C:\php-snap-build\rmtools\bin\snapshot_task.bat --task-args "php82 ${{ matrix.config }}"
86+ & C:\php-snap-build\php-sdk\phpsdk-vs16-${{ matrix.arch }}.bat -s 14.29.30133 - t C:\php-snap-build\rmtools\bin\snapshot_task.bat --task-args "php82 ${{ matrix.config }}"
8787 - name : Collect Artifacts
8888 run : |
8989 New-Item -ItemType "directory" -Path builds
Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 if : " !contains(github.event.head_commit.message, 'skip-8.3')"
11- runs-on : windows-2019
11+ runs-on : windows-2022
1212 strategy :
1313 fail-fast : false
1414 matrix :
8484 run : |
8585 C:\php-snap-build\php-sdk\bin\vswhere
8686 $ErrorActionPreference = "Stop"
87- & C:\php-snap-build\php-sdk\phpsdk-vs16-${{ matrix.arch }}.bat -t C:\php-snap-build\rmtools\bin\snapshot_task.bat --task-args "php83 ${{ matrix.config }}"
87+ & C:\php-snap-build\php-sdk\phpsdk-vs16-${{ matrix.arch }}.bat -s 14.29.30133 - t C:\php-snap-build\rmtools\bin\snapshot_task.bat --task-args "php83 ${{ matrix.config }}"
8888 - name : Collect Artifacts
8989 run : |
9090 New-Item -ItemType "directory" -Path builds
You can’t perform that action at this time.
0 commit comments