summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-22 15:11:06 +0200
committerRemi Collet <remi@php.net>2023-08-22 15:11:06 +0200
commit6016bf5362719105b4fbf79b903def6722072346 (patch)
tree7691ecdbea21f3580aa42b5134b01a6f50d2db67 /getmock
parent549475c8804d5be8d3531da2550c158ab58cf113 (diff)
Fedora 39 helpers
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock18
1 files changed, 9 insertions, 9 deletions
diff --git a/getmock b/getmock
index 1acc002..a4fb7f2 100755
--- a/getmock
+++ b/getmock
@@ -447,9 +447,9 @@ elif [ $1 = all73 ]; then
elif [ $1 = all74 ]; then
[ $opt = remi ] && opt=php74
[ $opt = test ] && opt=test74
- getOneMock fc36x74 $opt '*7.4*'
getOneMock fc37x74 $opt '*7.4*'
getOneMock fc38x74 $opt '*7.4*'
+ getOneMock fc39x74 $opt '*7.4*'
getOneMock el7x74 $opt '*7.4*'
getOneMock el8x74 $opt '*7.4*'
getOneMock el9x74 $opt '*7.4*'
@@ -458,9 +458,9 @@ elif [ $1 = all74 ]; then
elif [ $1 = all80 ]; then
[ $opt = remi ] && opt=php80
[ $opt = test ] && opt=test80
- getOneMock fc36x80 $opt '*8.0*'
getOneMock fc37x80 $opt '*8.0*'
getOneMock fc38x80 $opt '*8.0*'
+ getOneMock fc39x80 $opt '*8.0*'
getOneMock el7x80 $opt '*8.0*'
getOneMock el8x80 $opt '*8.0*'
getOneMock el9x80 $opt '*8.0*'
@@ -469,9 +469,9 @@ elif [ $1 = all80 ]; then
elif [ $1 = all81 ]; then
[ $opt = remi ] && opt=php81
[ $opt = test ] && opt=test81
- getOneMock fc36x81 $opt '*8.1*'
getOneMock fc37x81 $opt '*8.1*'
getOneMock fc38x81 $opt '*8.1*'
+ getOneMock fc39x81 $opt '*8.1*'
getOneMock el7x81 $opt '*8.1*'
getOneMock el8x81 $opt '*8.1*'
getOneMock el9x81 $opt '*8.1*'
@@ -480,9 +480,9 @@ elif [ $1 = all81 ]; then
elif [ $1 = all82 ]; then
[ $opt = remi ] && opt=php82
[ $opt = test ] && opt=test82
- getOneMock fc36x82 $opt '*8.2*'
getOneMock fc37x82 $opt '*8.2*'
getOneMock fc38x82 $opt '*8.2*'
+ getOneMock fc39x82 $opt '*8.2*'
getOneMock el7x82 $opt '*8.2*'
getOneMock el8x82 $opt '*8.2*'
getOneMock el9x82 $opt '*8.2*'
@@ -600,7 +600,7 @@ elif [ $1 = scl71 ]; then
done
elif [ $1 = scl82 ]; then
- for i in 36 37 38
+ for i in 37 38 39
do
getOneMock scl82fc${i}x $opt
done
@@ -610,13 +610,13 @@ elif [ $1 = scl82 ]; then
done
elif [ $1 = scl83 ]; then
- for i in fc37 fc38 el7 el8 el9
+ for i in fc37 fc38 39 el7 el8 el9
do
getOneMock scl83${i}x $opt
done
elif [ $1 = scl81 ]; then
- for i in 36 37 38
+ for i in 37 38 39
do
getOneMock scl81fc${i}x $opt
done
@@ -626,7 +626,7 @@ elif [ $1 = scl81 ]; then
done
elif [ $1 = scl80 ]; then
- for i in 36 37 38
+ for i in 37 38 39
do
getOneMock scl80fc${i}x $opt
done
@@ -636,7 +636,7 @@ elif [ $1 = scl80 ]; then
done
elif [ $1 = scl74 ]; then
- for i in 36 37 38
+ for i in 37 38 39
do
getOneMock scl74fc${i}x $opt
done