diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -197,6 +197,10 @@ if [ $1 = php72 ]; then opt=php72 shift fi +if [ $1 = php73 ]; then + opt=php73 + shift +fi if [ $1 = glpi91 ]; then opt=glpi91 shift @@ -278,6 +282,20 @@ elif [ $1 = all72 ]; then n=7 getOneMock el${n}x $opt '*7.2*' +elif [ $1 = all73 ]; then + [ $opt = remi ] && opt=php73 + [ $opt = test ] && opt=test73 + for n in 27 28 + do + getOneMock fc${n}i $opt '*7.3*' + getOneMock fc${n}x $opt '*7.3*' + done + n=6 + getOneMock el${n}i $opt '*7.3*' + getOneMock el${n}x $opt '*7.3*' + n=7 + getOneMock el${n}x $opt '*7.3*' + elif [ $1 = all54 ]; then for n in 6 do |