Skip to content

Commit 1fcd78c

Browse files
committed
Add PHP-8.1 to the Git steps page
1 parent e345a75 commit 1fcd78c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

git.php

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,15 @@
9696
<li>
9797
You can then check out the branch you want to build, for example:
9898
<br><br>
99-
<strong>PHP 7.1</strong>:
100-
<code>git checkout PHP-7.1</code>
101-
<br>
102-
<strong>PHP 7.2</strong>:
103-
<code>git checkout PHP-7.2</code>
104-
<br>
105-
<strong>PHP 7.3</strong>:
106-
<code>git checkout PHP-7.3</code>
107-
<br>
10899
<strong>PHP 7.4</strong>:
109100
<code>git checkout PHP-7.4</code>
110101
<br>
111102
<strong>PHP 8.0</strong>:
112103
<code>git checkout PHP-8.0</code>
113104
<br>
105+
<strong>PHP 8.1</strong>:
106+
<code>git checkout PHP-8.1</code>
107+
<br>
114108
<strong>PHP HEAD</strong>:
115109
<code>git checkout master</code>
116110
<br><br>

0 commit comments

Comments
 (0)