Skip to content

Commit 81918ec

Browse files
committed
Switch to windows-2022
1 parent 03fbdff commit 81918ec

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/php81.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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:
@@ -83,7 +83,7 @@ jobs:
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

.github/workflows/php82.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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:
@@ -83,7 +83,7 @@ jobs:
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

.github/workflows/php83.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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:
@@ -84,7 +84,7 @@ jobs:
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

0 commit comments

Comments
 (0)