Skip to content

Commit ec13037

Browse files
authored
Use php/php-sdk-binary-tools [skip ci]
Switch to PHP 8.1
1 parent 72c17bf commit ec13037

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/php80.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install PHP
3636
uses: shivammathur/setup-php@develop
3737
with:
38-
php-version: 7.4
38+
php-version: 8.1
3939
ini-values: disable_functions=mail
4040
- name: Test PHP
4141
run: php -v
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
New-Item -ItemType "directory" -Path C:\php-snap-build
4747
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
4949
git clone https://github.com/php/web-rmtools.git rmtools
5050
New-Item -ItemType "directory" -Path C:\php-snap-build\${{ matrix.target }}
5151
New-Item -ItemType "directory" -Path C:\php-snap-build\snap_80\vs16\${{ matrix.arch }}

.github/workflows/php81.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install PHP
3636
uses: shivammathur/setup-php@develop
3737
with:
38-
php-version: 7.4
38+
php-version: 8.1
3939
ini-values: disable_functions=mail
4040
- name: Test PHP
4141
run: php -v
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
New-Item -ItemType "directory" -Path C:\php-snap-build
4747
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
4949
git clone https://github.com/php/web-rmtools.git rmtools
5050
New-Item -ItemType "directory" -Path C:\php-snap-build\${{ matrix.target }}
5151
New-Item -ItemType "directory" -Path C:\php-snap-build\snap_81\vs16\${{ matrix.arch }}

.github/workflows/phpmaster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install PHP
3636
uses: shivammathur/setup-php@develop
3737
with:
38-
php-version: 7.4
38+
php-version: 8.1
3939
ini-values: disable_functions=mail
4040
- name: Test PHP
4141
run: php -v
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
New-Item -ItemType "directory" -Path C:\php-snap-build
4747
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
4949
git clone https://github.com/php/web-rmtools.git rmtools
5050
New-Item -ItemType "directory" -Path C:\php-snap-build\${{ matrix.target }}
5151
New-Item -ItemType "directory" -Path C:\php-snap-build\snap_master\vs16\${{ matrix.arch }}

0 commit comments

Comments
 (0)