summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-03-23 09:22:34 +0100
committerRemi Collet <remi@php.net>2023-03-23 09:22:34 +0100
commita9bce0428b5c33a9975e975596c89bf69fe110f0 (patch)
tree9c7813687e7ba1bbf6f24e9abbed93a6a2393800 /getmock
parentb58f7c1e3c239b7304dd759c6ecde5732feb025f (diff)
redis 7.2 helpers
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock19
1 files changed, 15 insertions, 4 deletions
diff --git a/getmock b/getmock
index ac369ea..0085cd7 100755
--- a/getmock
+++ b/getmock
@@ -515,6 +515,17 @@ elif [ $1 = allr70 ]; then
getOneMock el9x $opt '*7.0*'
getOneMock el9a $opt '*7.0*'
+elif [ $1 = allr72 ]; then
+ opt=remi
+ getOneMock el7x $opt '*7.2*'
+ opt=redis72
+ getOneMock fc36x $opt '*7.2*'
+ getOneMock fc37x $opt '*7.2*'
+ getOneMock fc38x $opt '*7.2*'
+ getOneMock el8x $opt '*7.2*'
+ getOneMock el9x $opt '*7.2*'
+ getOneMock el9a $opt '*7.2*'
+
elif [ $1 = allm ]; then
opt=remi
getOneMock el7x $opt '*1.6*'
@@ -583,7 +594,7 @@ elif [ $1 = scl71 ]; then
done
elif [ $1 = scl82 ]; then
- for i in 36 37
+ for i in 36 37 38
do
getOneMock scl82fc${i}x $opt
done
@@ -593,7 +604,7 @@ elif [ $1 = scl82 ]; then
done
elif [ $1 = scl81 ]; then
- for i in 36 37
+ for i in 36 37 38
do
getOneMock scl81fc${i}x $opt
done
@@ -603,7 +614,7 @@ elif [ $1 = scl81 ]; then
done
elif [ $1 = scl80 ]; then
- for i in 36 37
+ for i in 36 37 38
do
getOneMock scl80fc${i}x $opt
done
@@ -613,7 +624,7 @@ elif [ $1 = scl80 ]; then
done
elif [ $1 = scl74 ]; then
- for i in 36 37
+ for i in 36 37 38
do
getOneMock scl74fc${i}x $opt
done