Skip to content

Commit

Permalink
Add PHP-8.1 to the Git steps page
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jun 8, 2022
1 parent e345a75 commit 1fcd78c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions git.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,15 @@
<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>
Expand Down

0 comments on commit 1fcd78c

Please sign in to comment.