summaryrefslogtreecommitdiffstats
path: root/mashrepo
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-04 08:49:43 +0200
committerRemi Collet <remi@php.net>2024-07-04 08:49:43 +0200
commitcb2fb2ba67eaa4a47c60ef35b4af48fb1c3038e4 (patch)
tree12609eebb7c06e8304de0b6f53f032a557b0d53b /mashrepo
parent1eba4b2e09d3db48cd87f9cba24120b23c7d2b19 (diff)
Wizard: add 8.4
Diffstat (limited to 'mashrepo')
-rwxr-xr-xmashrepo3
1 files changed, 3 insertions, 0 deletions
diff --git a/mashrepo b/mashrepo
index fdfe2a17..47736bef 100755
--- a/mashrepo
+++ b/mashrepo
@@ -42,6 +42,9 @@ do
elif [[ "^${name}" =~ "^php83" ]]
then
ln $rpm $copy && echo "+ $rpm"
+ elif [[ "^${name}" =~ "^php84" ]]
+ then
+ ln $rpm $copy && echo "+ $rpm"
else
if [ $debug = 1 ]
then echo " $rpm (ignored)"