File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,13 @@ function gpg_key_get(string $rm): ?string {
113113 " Key fingerprint = 5289 95BF EDFB A719 1D46 839E F9BA 0ADA 31CB D89E \n" .
114114 "uid Joe Watkins <krakjoe@php.net> " ;
115115
116+ case 'mbeccati ' :
117+ return
118+ "pub ed25519 2026-04-16 [SC] \n" .
119+ " 0168 95DE 9A47 5111 D537 A6E6 9134 FF30 BC5A 99B5 \n" .
120+ "uid [ultimate] Matteo Beccati <mbeccati@php.net> \n" .
121+ "sub cv25519 2026-04-16 [E] " ;
122+
116123 case 'patrickallaert ' :
117124 return
118125 "pub rsa4096 2021-04-01 [SC] \n" .
@@ -190,6 +197,7 @@ function gpg_key_get(string $rm): ?string {
190197
191198function gpg_key_get_branches (bool $ activeOnly ): array {
192199 $ branches = [
200+ '8.6 ' => ['daniels ' , 'mbeccati ' ],
193201 '8.5 ' => ['pierrick ' , 'edorian ' , 'daniels ' ],
194202 '8.4 ' => ['ericmann ' , 'calvinb ' , 'saki ' ],
195203 '8.3 ' => ['pierrick ' , 'ericmann ' , 'bukka ' ],
You can’t perform that action at this time.
0 commit comments