Skip to content

Commit 74bcad4

Browse files
committed
Add 7.1/7.2 references, remove 7.4/7.5 references
1 parent 2ec1c2a commit 74bcad4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

git.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,18 @@
9797
<li>
9898
You can then check out the branch you want to build, for example:
9999
<br><br>
100-
<strong>PHP 5.4</strong>:
101-
<code>git checkout PHP-5.4</code>
102-
<br>
103-
<strong>PHP 5.5</strong>:
104-
<code>git checkout PHP-5.5</code>
105-
<br>
106100
<strong>PHP 5.6</strong>:
107101
<code>git checkout PHP-5.6</code>
108102
<br>
109103
<strong>PHP 7.0</strong>:
110104
<code>git checkout PHP-7.0</code>
111105
<br>
106+
<strong>PHP 7.1</strong>:
107+
<code>git checkout PHP-7.1</code>
108+
<br>
109+
<strong>PHP 7.2</strong>:
110+
<code>git checkout PHP-7.2</code>
111+
<br>
112112
<strong>PHP HEAD</strong>:
113113
<code>git checkout master</code>
114114
<br><br>

0 commit comments

Comments
 (0)