diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -359,11 +359,13 @@ elif [ $1 = all74 ]; then getOneMock el8x74 $opt '*7.4*' elif [ $1 = all80 ]; then - [ $opt = remi ] && opt=php74 - [ $opt = test ] && opt=test74 - getOneMock fc31x $opt '*7.4*' - getOneMock el7x $opt '*7.4*' - getOneMock el8x74 $opt '*7.4*' + [ $opt = remi ] && opt=php80 + [ $opt = test ] && opt=test80 + getOneMock fc31x $opt '*8.0*' + getOneMock fc32x $opt '*8.0*' + getOneMock fc33x $opt '*8.0*' + getOneMock el7x $opt '*8.0*' + getOneMock el8x80 $opt '*8.0*' elif [ $1 = all54 ]; then for n in 6 |