Skip to content

Commit

Permalink
Add 7.1/7.2 references, remove 7.4/7.5 references
Browse files Browse the repository at this point in the history
  • Loading branch information
sgolemon committed Jul 18, 2017
1 parent 2ec1c2a commit 74bcad4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions git.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,18 @@
<li>
You can then check out the branch you want to build, for example:
<br><br>
<strong>PHP 5.4</strong>:
<code>git checkout PHP-5.4</code>
<br>
<strong>PHP 5.5</strong>:
<code>git checkout PHP-5.5</code>
<br>
<strong>PHP 5.6</strong>:
<code>git checkout PHP-5.6</code>
<br>
<strong>PHP 7.0</strong>:
<code>git checkout PHP-7.0</code>
<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 HEAD</strong>:
<code>git checkout master</code>
<br><br>
Expand Down

0 comments on commit 74bcad4

Please sign in to comment.