Skip to content

Commit 1e1b492

Browse files
committed
PHP 版本升级到当前最新版
1 parent 0c8bb87 commit 1e1b492

7 files changed

Lines changed: 28 additions & 28 deletions

File tree

.github/workflows/linux-aarch64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build-php-cli-linux-aarch64
33
on: [ push, pull_request ]
44

55
env:
6-
BUILD_PHP_VERSION: 8.2.28
6+
BUILD_PHP_VERSION: 8.4.17
77

88
jobs:
99
linux-aarch64:
@@ -14,9 +14,9 @@ jobs:
1414
php-version:
1515
- "8.2.30"
1616
- "8.1.34"
17-
- "8.3.29"
18-
- "8.4.16"
19-
# - "8.5.0"
17+
- "8.3.30"
18+
- "8.4.17"
19+
# - "8.5.2"
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Show Environment Info

.github/workflows/linux-x86_64.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ on:
1818
php_version:
1919
required: true
2020
description: "定制构建选项: 指定 PHP 版本(版本号大于等于8.1)"
21-
default: '--with-php-version=8.2.28'
21+
default: '--with-php-version=8.4.17'
2222
type: choice
2323
options:
2424
- '--with-php-version=8.1.34'
2525
- '--with-php-version=8.2.30'
26-
- '--with-php-version=8.3.29'
27-
- '--with-php-version=8.4.16'
26+
- '--with-php-version=8.3.30'
27+
- '--with-php-version=8.4.17'
2828
build_type:
2929
required: true
3030
description: "定制构建选项: 指定构建类型"
@@ -40,7 +40,7 @@ on:
4040
type: string
4141

4242
env:
43-
BUILD_PHP_VERSION: 8.2.28
43+
BUILD_PHP_VERSION: 8.4.17
4444

4545
jobs:
4646
linux-x86_64:
@@ -51,9 +51,9 @@ jobs:
5151
php-version:
5252
- "8.2.30"
5353
- "8.1.34"
54-
- "8.3.29"
55-
- "8.4.16"
56-
# - "8.5.0"
54+
- "8.3.30"
55+
- "8.4.17"
56+
# - "8.5.2"
5757
steps:
5858
- uses: actions/checkout@v4
5959
- name: Show Environment Info

.github/workflows/macos-aarch64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build-php-cli-macos-aarch64
33
on: [ push, pull_request ]
44

55
env:
6-
BUILD_PHP_VERSION: 8.2.28
6+
BUILD_PHP_VERSION: 8.4.17
77

88
jobs:
99
macos-aarch64:
@@ -18,9 +18,9 @@ jobs:
1818
php-version:
1919
- "8.2.30"
2020
- "8.1.34"
21-
- "8.3.29"
22-
- "8.4.16"
23-
# - "8.5.0"
21+
- "8.3.30"
22+
- "8.4.17"
23+
# - "8.5.2"
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Show Environment Info

.github/workflows/macos-x86_64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
BUILD_PHP_VERSION: 8.2.28
8+
BUILD_PHP_VERSION: 8.4.17
99

1010
jobs:
1111
macos-x86_64:
@@ -21,9 +21,9 @@ jobs:
2121
php-version:
2222
- "8.2.30"
2323
- "8.1.34"
24-
- "8.3.29"
25-
- "8.4.16"
26-
# - "8.5.0"
24+
- "8.3.30"
25+
- "8.4.17"
26+
# - "8.5.2"
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Show Environment Info

.github/workflows/windows-cygwin.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
BUILD_PHP_VERSION: 8.2.28
8+
BUILD_PHP_VERSION: 8.4.17
99

1010
jobs:
1111
windows-cygwin:
@@ -16,9 +16,9 @@ jobs:
1616
php-version:
1717
- "8.2.30"
1818
- "8.1.34"
19-
- "8.3.29"
20-
- "8.4.16"
21-
# - "8.5.0"
19+
- "8.3.30"
20+
- "8.4.17"
21+
# - "8.5.2"
2222
steps:
2323
- name: Show Environment Info
2424
shell: cmd

.github/workflows/windows-msys2.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
BUILD_PHP_VERSION: 8.2.28
8+
BUILD_PHP_VERSION: 8.4.17
99

1010
jobs:
1111
windows-msys2:
@@ -16,9 +16,9 @@ jobs:
1616
php-version:
1717
- "8.2.30"
1818
# - "8.1.34"
19-
- "8.3.29"
20-
- "8.4.16"
21-
# - "8.5.0"
19+
- "8.3.30"
20+
- "8.4.17"
21+
# - "8.5.2"
2222
steps:
2323
- name: Show Environment Info
2424
shell: cmd

sapi/PHP-VERSION.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4.14
1+
8.4.17

0 commit comments

Comments
 (0)