Skip to content

Commit a356c3a

Browse files
committed
Switch PHP 8.0 to PHP-8.0.0 branch --skip-8.1
1 parent 2ea9699 commit a356c3a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/php80.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: '30 23 * * *'
88
jobs:
99
build:
10-
if: "!contains(github.event.head_commit.message, 'skip-build')"
10+
if: "!contains(github.event.head_commit.message, 'skip-8.0')"
1111
runs-on: windows-2019
1212
strategy:
1313
fail-fast: false
@@ -79,6 +79,7 @@ jobs:
7979
((Get-Content -path $snap_script_location -Raw) -replace "0, 7", "0, 10") | Set-Content -Path $snap_script_location
8080
((Get-Content -path $branch_script_location -Raw) -replace "0, 7", "0, 10") | Set-Content -Path $branch_script_location
8181
((Get-Content -path $config_location -Raw) -replace "pgo=1", "pgo=0") | Set-Content -Path $config_location
82+
((Get-Content -path $config_location -Raw) -replace "heads/PHP-8.0", "heads/PHP-8.0.0") | Set-Content -Path $config_location
8283
- name: build PHP
8384
run: |
8485
C:\php-snap-build\php-sdk\bin\vswhere

.github/workflows/phpmaster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: '30 23 * * *'
88
jobs:
99
build:
10-
if: "!contains(github.event.head_commit.message, 'skip-build')"
10+
if: "!contains(github.event.head_commit.message, 'skip-8.1')"
1111
runs-on: windows-2019
1212
strategy:
1313
fail-fast: false

0 commit comments

Comments
 (0)