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 35
35
- name : Install PHP
36
36
uses : shivammathur/setup-php@develop
37
37
with :
38
- php-version : 7.4
38
+ php-version : 8.1
39
39
ini-values : disable_functions=mail
40
40
- name : Test PHP
41
41
run : php -v
45
45
run : |
46
46
New-Item -ItemType "directory" -Path C:\php-snap-build
47
47
cd C:\php-snap-build
48
- git clone https://github.com/Microsoft /php-sdk-binary-tools.git php-sdk
48
+ git clone https://github.com/php /php-sdk-binary-tools.git php-sdk
49
49
git clone https://github.com/php/web-rmtools.git rmtools
50
50
New-Item -ItemType "directory" -Path C:\php-snap-build\${{ matrix.target }}
51
51
New-Item -ItemType "directory" -Path C:\php-snap-build\snap_80\vs16\${{ matrix.arch }}
Original file line number Diff line number Diff line change 35
35
- name : Install PHP
36
36
uses : shivammathur/setup-php@develop
37
37
with :
38
- php-version : 7.4
38
+ php-version : 8.1
39
39
ini-values : disable_functions=mail
40
40
- name : Test PHP
41
41
run : php -v
45
45
run : |
46
46
New-Item -ItemType "directory" -Path C:\php-snap-build
47
47
cd C:\php-snap-build
48
- git clone https://github.com/Microsoft /php-sdk-binary-tools.git php-sdk
48
+ git clone https://github.com/php /php-sdk-binary-tools.git php-sdk
49
49
git clone https://github.com/php/web-rmtools.git rmtools
50
50
New-Item -ItemType "directory" -Path C:\php-snap-build\${{ matrix.target }}
51
51
New-Item -ItemType "directory" -Path C:\php-snap-build\snap_81\vs16\${{ matrix.arch }}
Original file line number Diff line number Diff line change 35
35
- name : Install PHP
36
36
uses : shivammathur/setup-php@develop
37
37
with :
38
- php-version : 7.4
38
+ php-version : 8.1
39
39
ini-values : disable_functions=mail
40
40
- name : Test PHP
41
41
run : php -v
45
45
run : |
46
46
New-Item -ItemType "directory" -Path C:\php-snap-build
47
47
cd C:\php-snap-build
48
- git clone https://github.com/Microsoft /php-sdk-binary-tools.git php-sdk
48
+ git clone https://github.com/php /php-sdk-binary-tools.git php-sdk
49
49
git clone https://github.com/php/web-rmtools.git rmtools
50
50
New-Item -ItemType "directory" -Path C:\php-snap-build\${{ matrix.target }}
51
51
New-Item -ItemType "directory" -Path C:\php-snap-build\snap_master\vs16\${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments