summaryrefslogtreecommitdiffstats
path: root/mockit
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-09-02 07:40:03 +0200
committerRemi Collet <remi@php.net>2025-09-02 07:40:03 +0200
commit42f99bdf5314fd8900638cc29fb7609042e73e1b (patch)
tree4c9f6c3de53559b048703ae41b6a540591e7dcda /mockit
parent0adbe12cbea11c6357631b3cc7369ea92e0c0741 (diff)
F43 helpers (more)HEADmaster
Diffstat (limited to 'mockit')
-rwxr-xr-xmockit6
1 files changed, 1 insertions, 5 deletions
diff --git a/mockit b/mockit
index 1257212..8964c66 100755
--- a/mockit
+++ b/mockit
@@ -145,11 +145,7 @@ fi
# PHP version matrix
echo mockit $SRPM $DIST $MIN $MAX $@
case $DIST in
- fc43x|fc43a)
- LST=""
- SCL="74 80 81 82 83 84 85"
- ;;
- fc42x|fc42a|fc41x|fc41a|el9x|el9a|el10x|el10a)
+ fc43x|fc43a|fc42x|fc42a|fc41x|fc41a|el9x|el9a|el10x|el10a)
LST="74 80 81 82 83 84"
SCL="74 80 81 82 83 84 85"
;;