summaryrefslogtreecommitdiffstats
path: root/mockit
diff options
context:
space:
mode:
Diffstat (limited to 'mockit')
-rwxr-xr-xmockit4
1 files changed, 2 insertions, 2 deletions
diff --git a/mockit b/mockit
index 829717f..9366631 100755
--- a/mockit
+++ b/mockit
@@ -131,7 +131,7 @@ fi
# PHP version matrix
echo mockit $SRPM $DIST $MIN $MAX $@
case $DIST in
- fc39x|fc39a|fc40x|fc40a|el9x|el9a)
+ fc39x|fc39a|fc40x|fc40a|fc41x|fc41a|el9x|el9a)
LST="82 81 74 80 83"
SCL="74 80 81 82 83 84"
;;
@@ -145,7 +145,7 @@ case $DIST in
;;
allx)
if [ $REDIS -ge 1 ]; then
- for i in fc39x fc40x el8x el9x fc39a fc40a el8a el9a
+ for i in fc39x fc40x fc41x el8x el9x fc39a fc40a fc41a el8a el9a
do
[ $BUILD_BASE -ge 1 ] && $0 --redis --base $SRPM $i $MIN $MAX $@
[ $BUILD_SCLS -ge 1 ] && $0 --redis --scl $SRPM $i $MIN $MAX $@