File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 generator :
3636 - Unix Makefiles
3737 php :
38- - 8.4 -dev
38+ - 8.5 -dev
3939 env :
4040 CC : ${{ matrix.compiler.CC }}
4141 CXX : ${{ matrix.compiler.CXX }}
Original file line number Diff line number Diff line change 11# PHP build system
22
3- [ ![ PHP version] ( https://img.shields.io/badge/PHP-8.4 -777BB4?logo=php&labelColor=17181B )] ( https://www.php.net/ )
3+ [ ![ PHP version] ( https://img.shields.io/badge/PHP-8.5 -777BB4?logo=php&labelColor=17181B )] ( https://www.php.net/ )
44[ ![ CMake version] ( https://img.shields.io/badge/CMake-3.25-064F8C?logo=cmake&labelColor=17181B )] ( https://cmake.org )
55[ ![ C99] ( https://img.shields.io/badge/standard-C99-A8B9CC?logo=C&labelColor=17181B )] ( https://port70.net/~nsz/c/c99/n1256.html )
66[ ![ GNU] ( https://img.shields.io/badge/-GNU-A42E2B?logo=gnu&labelColor=17181B )] ( https://www.gnu.org/ )
@@ -62,7 +62,7 @@ cmake -P bin/php.cmake
6262### Step 4 - Generate build system to a build directory
6363
6464``` sh
65- cmake -S php-8.4 -dev -B php-build
65+ cmake -S php-8.5 -dev -B php-build
6666```
6767
6868### Step 5 - Build PHP in parallel
You can’t perform that action at this time.
0 commit comments