File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 99
99
<li>
100
100
You can then check out the branch you want to build, for example:
101
101
<br><br>
102
- <strong>PHP 7.4 </strong>:
103
- <code>git checkout PHP-7.4 </code>
102
+ <strong>PHP HEAD </strong>:
103
+ <code>git checkout master </code>
104
104
<br>
105
- <strong>PHP 8.0 </strong>:
106
- <code>git checkout PHP-8.0 </code>
105
+ <strong>PHP 8.4 </strong>:
106
+ <code>git checkout PHP-8.4 </code>
107
107
<br>
108
- <strong>PHP 8.1 </strong>:
109
- <code>git checkout PHP-8.1 </code>
108
+ <strong>PHP 8.3 </strong>:
109
+ <code>git checkout PHP-8.3 </code>
110
110
<br>
111
111
<strong>PHP 8.2</strong>:
112
112
<code>git checkout PHP-8.2</code>
113
113
<br>
114
- <strong>PHP HEAD </strong>:
115
- <code>git checkout master </code>
114
+ <strong>PHP 8.1 </strong>:
115
+ <code>git checkout PHP-8.1 </code>
116
116
<br><br>
117
117
</li>
118
118
You can’t perform that action at this time.
0 commit comments