1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add PHP-8.1 to the Git steps page

This commit is contained in:
Ben Ramsey
2022-06-08 17:44:46 -05:00
parent e345a75656
commit 1fcd78c281

12
git.php
View File

@@ -96,21 +96,15 @@ site_header("Git Access", array("current" => "community"));
<li>
You can then check out the branch you want to build, for example:
<br><br>
<strong>PHP 7.1</strong>:
<code>git checkout PHP-7.1</code>
<br>
<strong>PHP 7.2</strong>:
<code>git checkout PHP-7.2</code>
<br>
<strong>PHP 7.3</strong>:
<code>git checkout PHP-7.3</code>
<br>
<strong>PHP 7.4</strong>:
<code>git checkout PHP-7.4</code>
<br>
<strong>PHP 8.0</strong>:
<code>git checkout PHP-8.0</code>
<br>
<strong>PHP 8.1</strong>:
<code>git checkout PHP-8.1</code>
<br>
<strong>PHP HEAD</strong>:
<code>git checkout master</code>
<br><br>