From c1526462220ca846e9e794a2e05aa08c920295b9 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Mon, 12 Oct 2020 16:30:56 +0200
Subject: missing php80 entries in repository index page

---
 enterprise/7/index.html | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

(limited to 'enterprise/7')

diff --git a/enterprise/7/index.html b/enterprise/7/index.html
index 34623482..9f7019d3 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-php80 (only PHP 8.0 and extensions)</h3>
+					<ul class="pkglist">
+						<li>
+							<a href="php80/x86_64/repoview/" class="inpage">x86_64</a>
+						</li>
+					</ul>
 					<h3>remi-php74 (only PHP 7.4 and extensions)</h3>
 					<ul class="pkglist">
 						<li>
@@ -97,6 +103,9 @@
 					</ul>
 					<h3>Test packages, please try them</h3>
 					<ul class="pkglist">
+						<li>
+							<a href="test80/x86_64/repoview/" class="inpage">PHP 8.0 - x86_64</a>
+						</li>
 						<li>
 							<a href="test74/x86_64/repoview/" class="inpage">PHP 7.4 - x86_64</a>
 						</li>
@@ -145,6 +154,9 @@
 						<li>
 							<a href="debug-php74/x86_64/repoview/" class="inpage">php74 - x86_64</a>
 						</li>
+						<li>
+							<a href="debug-php80/x86_64/repoview/" class="inpage">php80 - x86_64</a>
+						</li>
 						<li>
 							<a href="debug-test/x86_64/repoview/" class="inpage">test - x86_64</a>
 						</li>
@@ -163,6 +175,9 @@
 						<li>
 							<a href="debug-test74/x86_64/repoview/" class="inpage">php74 - test - x86_64</a>
 						</li>
+						<li>
+							<a href="debug-test80/x86_64/repoview/" class="inpage">php80 - test - x86_64</a>
+						</li>
 					</ul>
 				</div>
 			</div>
-- 
cgit