diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-02 09:24:39 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-02 09:24:39 +0200 |
commit | 30531ab481b951eb1665cb1b1fed2a41fc5d9163 (patch) | |
tree | 447feff61262fa1fb8d058e5804094c0f6d3d372 /enterprise/8/index.html | |
parent | 6b168c7f9641d222adc8dbfea70a7845827d2518 (diff) |
add 8.1 repo
Diffstat (limited to 'enterprise/8/index.html')
-rw-r--r-- | enterprise/8/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/enterprise/8/index.html b/enterprise/8/index.html index cd284162..5c6c205f 100644 --- a/enterprise/8/index.html +++ b/enterprise/8/index.html @@ -42,6 +42,12 @@ <a href="modular/x86_64/repoview/" class="inpage">x86_64</a>, the modular repository </li> </ul> + <h3>remi-php81 (only PHP 8.1 and extensions)</h3> + <ul class="pkglist"> + <li> + <a href="php81/x86_64/repoview/" class="inpage">x86_64</a>, only for browsing, not a real repository + </li> + </ul> <h3>remi-php80 (only PHP 8.0 and extensions)</h3> <ul class="pkglist"> <li> @@ -72,6 +78,9 @@ <a href="modular-test/x86_64/repoview/" class="inpage">Modules - x86_64</a> </li> <li> + <a href="test81/x86_64/repoview/" class="inpage">PHP 8.1 - x86_64</a> + </li> + <li> <a href="test80/x86_64/repoview/" class="inpage">PHP 8.0 - x86_64</a> </li> <li> @@ -99,6 +108,9 @@ <a href="debug-php74/x86_64/repoview/" class="inpage">php74 - x86_64</a> </li> <li> + <a href="debug-php81/x86_64/repoview/" class="inpage">php81 - x86_64</a> + </li> + <li> <a href="debug-php80/x86_64/repoview/" class="inpage">php80 - x86_64</a> </li> <li> @@ -114,6 +126,9 @@ <a href="debug-test74/x86_64/repoview/" class="inpage">php74 - test - x86_64</a> </li> <li> + <a href="debug-test81/x86_64/repoview/" class="inpage">php81 - test - x86_64</a> + </li> + <li> <a href="debug-test80/x86_64/repoview/" class="inpage">php80 - test - x86_64</a> </li> </ul> |