Skip to content

Commit b26c86f

Browse files
authored
Add PHP 8.3 on the README [skip ci]
1 parent 26596c9 commit b26c86f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ Following configurations are build nightly.
1414
- `debug-pack`, `devel=pack` for each configuration.
1515
- `test pack` for the version.
1616

17-
### PHP 8.2.0-dev/master
17+
### PHP 8.3.0-dev/master
18+
[https://github.com/shivammathur/php-builder-windows/releases/tag/php8.3](https://github.com/shivammathur/php-builder-windows/releases/tag/php8.3)
19+
20+
### PHP 8.2.0-dev
1821
[https://github.com/shivammathur/php-builder-windows/releases/tag/php8.2](https://github.com/shivammathur/php-builder-windows/releases/tag/php8.2)
1922

2023
### PHP 8.1.x-dev
@@ -32,7 +35,7 @@ To install a PHP snapshot, open an elevated PowerShell session and run these com
3235
$php_dir = 'C:\tools\php' # Set this as per your setup
3336
$arch = 'x64' # Set x64 or x86
3437
$ts = $False # Set $False for nts or $True for ts
35-
$version = '8.1' # Set 8.0, 8.1 or 8.2
38+
$version = '8.1' # Set 8.0, 8.1, 8.2, or 8.3
3639
3740
# Install
3841
New-Item -Path $php_dir -Type Directory -Force

0 commit comments

Comments
 (0)