diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-10 12:05:08 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-10 12:05:08 +0200 |
commit | 633ab01a4f755682dffe0f432b524ea9112a2a3c (patch) | |
tree | 75d0783b579c7b7251cc77a664ac524045ce5e79 /mockit | |
parent | ce50cb4eaff4553bf308a61400ec8729bd6718bd (diff) |
Diffstat (limited to 'mockit')
-rwxr-xr-x | mockit | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -145,17 +145,21 @@ fi # PHP version matrix echo mockit $SRPM $DIST $MIN $MAX $@ case $DIST in - fc42x|fc42a|fc40x|fc40a|fc41x|fc41a|el9x|el9a|el10x|el10a) + fc40x|fc40a) LST="74 80 81 82 83 84" SCL="74 80 81 82 83 84" ;; + fc42x|fc42a|fc41x|fc41a|el9x|el9a|el10x|el10a) + LST="74 80 81 82 83 84" + SCL="74 80 81 82 83 84 85" + ;; el8a) LST="72 73 74 80 81 82 83 84" - SCL="72 73 74 80 81 82 83 84" + SCL="72 73 74 80 81 82 83 84 85" ;; el8x) LST="72 73 74 80 81 82 83 84" - SCL="56 70 71 72 73 74 80 81 82 83 84" + SCL="56 70 71 72 73 74 80 81 82 83 84 85" ;; all) if [ $REDIS -ge 1 ]; then @@ -219,7 +223,17 @@ case $DIST in echo Not supported for direct build fi ;; - r60|r62|r70|r72) + r72) + if [ $REDIS -ge 1 ]; then + for i in fc40x el8x el9x el10x fc40a el8a el9a el10a + do + $0 --valkey --mock $SRPM ${i}${DIST} $MIN $MAX $@ + done + else + echo Not supported for direct build + fi + ;; + r60|r62|r70) if [ $REDIS -ge 1 ]; then for i in fc40x el8x el9x fc40a el8a el9a do |