diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-10 13:54:16 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-10 13:54:16 +0100 |
commit | 570ed9064e687d625e942344a6627d0c62f70e79 (patch) | |
tree | 944f2fb1b8e1009b33e1f2a2d44753489ce4792a /getmock | |
parent | 5f1717ffeeec8f3584828d54645c56d7a88ac0fe (diff) |
F36 helpers
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 23 |
1 files changed, 12 insertions, 11 deletions
@@ -390,6 +390,7 @@ elif [ $1 = all74 ]; then [ $opt = remi ] && opt=php74 [ $opt = test ] && opt=test74 getOneMock fc35x74 $opt '*7.4*' + getOneMock fc36x74 $opt '*7.4*' getOneMock el7x74 $opt '*7.4*' getOneMock el8x74 $opt '*7.4*' getOneMock el9x74 $opt '*7.4*' @@ -397,8 +398,8 @@ elif [ $1 = all74 ]; then elif [ $1 = all80 ]; then [ $opt = remi ] && opt=php80 [ $opt = test ] && opt=test80 - getOneMock fc33x80 $opt '*8.0*' getOneMock fc34x80 $opt '*8.0*' + getOneMock fc36x80 $opt '*8.0*' getOneMock el7x80 $opt '*8.0*' getOneMock el8x80 $opt '*8.0*' getOneMock el9x80 $opt '*8.0*' @@ -406,9 +407,9 @@ elif [ $1 = all80 ]; then elif [ $1 = all81 ]; then [ $opt = remi ] && opt=php81 [ $opt = test ] && opt=test81 - getOneMock fc33x81 $opt '*8.1*' getOneMock fc34x81 $opt '*8.1*' getOneMock fc35x81 $opt '*8.1*' + getOneMock fc36x81 $opt '*8.1*' getOneMock el7x81 $opt '*8.1*' getOneMock el8x81 $opt '*8.1*' getOneMock el9x81 $opt '*8.1*' @@ -430,7 +431,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 33 34 35 + for i in 34 35 36 do getOneMock fc${i}x $opt done @@ -452,7 +453,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 33 34 35 + for i in 34 35 do getOneMock scl56fc${i}x $opt done @@ -462,7 +463,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 33 34 35 + for i in 34 35 do getOneMock scl70fc${i}x $opt done @@ -472,7 +473,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 33 34 35 + for i in 34 35 do getOneMock scl71fc${i}x $opt done @@ -482,7 +483,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl81 ]; then - for i in 33 34 35 + for i in 34 35 do getOneMock scl81fc${i}x $opt done @@ -492,7 +493,7 @@ elif [ $1 = scl81 ]; then done elif [ $1 = scl80 ]; then - for i in 33 34 35 + for i in 34 35 do getOneMock scl80fc${i}x $opt done @@ -502,7 +503,7 @@ elif [ $1 = scl80 ]; then done elif [ $1 = scl74 ]; then - for i in 33 34 35 + for i in 34 35 do getOneMock scl74fc${i}x $opt done @@ -512,7 +513,7 @@ elif [ $1 = scl74 ]; then done elif [ $1 = scl73 ]; then - for i in 33 34 35 + for i in 34 35 do getOneMock scl73fc${i}x $opt done @@ -522,7 +523,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 33 34 35 + for i in 34 35 do getOneMock scl72fc${i}x $opt done |