diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -156,13 +156,17 @@ if [ $1 = php56 ]; then opt=php56 shift fi +if [ $1 = php70 ]; then + opt=php70 + shift +fi if [ $1 = devs -o $1 = dev ]; then opt=devs shift fi if [ $1 = all ]; then - for i in 18 19 20 21 22 + for i in 18 19 20 21 22 23 do getOneMock fc${i}i $opt done @@ -194,7 +198,7 @@ elif [ $1 = all56 ]; then getOneMock el${n}x php56 elif [ $1 = all70 ]; then - for n in 21 22 + for n in 21 22 23 do getOneMock fc${n}i php70 getOneMock fc${n}x php70 @@ -215,7 +219,7 @@ elif [ $1 = all54 ]; then getOneMock el${n}x remi elif [ $1 = allx ]; then - for i in 18 19 20 21 22 + for i in 18 19 20 21 22 23 do getOneMock fc${i}x $opt done @@ -255,7 +259,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 20 21 22 + for i in 20 21 22 23 do getOneMock scl70fc${i}x test done |