Skip to content

Commit 69d12e0

Browse files
committed
Prepare for PHP-8.5
1 parent b7b4d93 commit 69d12e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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 }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)