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/7/index.html | |
parent | 6b168c7f9641d222adc8dbfea70a7845827d2518 (diff) |
add 8.1 repo
Diffstat (limited to 'enterprise/7/index.html')
-rw-r--r-- | enterprise/7/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/enterprise/7/index.html b/enterprise/7/index.html index 9f7019d3..db5ed233 100644 --- a/enterprise/7/index.html +++ b/enterprise/7/index.html @@ -45,6 +45,12 @@ <a href="remi/armhfp/repoview/" class="inpage">armhfp</a> (noarch only, see <a href="https://blog.centos.org/2018/01/php-7-2-for-centos-7-armhfp/">blog</a>) </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> + </li> + </ul> <h3>remi-php80 (only PHP 8.0 and extensions)</h3> <ul class="pkglist"> <li> @@ -104,6 +110,9 @@ <h3>Test packages, please try them</h3> <ul class="pkglist"> <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> @@ -158,6 +167,9 @@ <a href="debug-php80/x86_64/repoview/" class="inpage">php80 - x86_64</a> </li> <li> + <a href="debug-php81/x86_64/repoview/" class="inpage">php81 - x86_64</a> + </li> + <li> <a href="debug-test/x86_64/repoview/" class="inpage">test - x86_64</a> </li> <li> @@ -178,6 +190,9 @@ <li> <a href="debug-test80/x86_64/repoview/" class="inpage">php80 - test - x86_64</a> </li> + <li> + <a href="debug-test81/x86_64/repoview/" class="inpage">php81 - test - x86_64</a> + </li> </ul> </div> </div> |