File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: build-php-cli-linux-aarch64
33on : [ push, pull_request ]
44
55env :
6- BUILD_PHP_VERSION : 8.2.28
6+ BUILD_PHP_VERSION : 8.4.17
77
88jobs :
99 linux-aarch64 :
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
Original file line number Diff line number Diff line change 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 : " 定制构建选项: 指定构建类型"
4040 type : string
4141
4242env :
43- BUILD_PHP_VERSION : 8.2.28
43+ BUILD_PHP_VERSION : 8.4.17
4444
4545jobs :
4646 linux-x86_64 :
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: build-php-cli-macos-aarch64
33on : [ push, pull_request ]
44
55env :
6- BUILD_PHP_VERSION : 8.2.28
6+ BUILD_PHP_VERSION : 8.4.17
77
88jobs :
99 macos-aarch64 :
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
Original file line number Diff line number Diff line change 55 pull_request :
66
77env :
8- BUILD_PHP_VERSION : 8.2.28
8+ BUILD_PHP_VERSION : 8.4.17
99
1010jobs :
1111 macos-x86_64 :
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
Original file line number Diff line number Diff line change 55 pull_request :
66
77env :
8- BUILD_PHP_VERSION : 8.2.28
8+ BUILD_PHP_VERSION : 8.4.17
99
1010jobs :
1111 windows-cygwin :
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
Original file line number Diff line number Diff line change 55 pull_request :
66
77env :
8- BUILD_PHP_VERSION : 8.2.28
8+ BUILD_PHP_VERSION : 8.4.17
99
1010jobs :
1111 windows-msys2 :
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
Original file line number Diff line number Diff line change 1- 8.4.14
1+ 8.4.17
You can’t perform that action at this time.
0 commit comments