mirror of
https://github.com/docker-library/php.git
synced 2025-08-12 02:36:20 +00:00
Update in preparation for first PHP 8.4 alpha release
This commit is contained in:

committed by
Jesper Noordsij

parent
05941afc54
commit
9315df944c
@ -159,6 +159,14 @@ ENV GPG_KEYS {{
|
||||
# https://www.php.net/gpg-keys.php
|
||||
# https://www.php.net/downloads.php
|
||||
|
||||
"8.4": [
|
||||
# https://wiki.php.net/todo/php84#release_managers
|
||||
# https://www.php.net/gpg-keys.php#gpg-8.4
|
||||
"AFD8 691F DAED F03B DF6E 4605 63F1 5A9B 7153 76CA", # ericmann
|
||||
"9D7F 99A0 CB8F 05C8 A695 8D62 56A9 7AF7 600A 39A6", # calvinb
|
||||
"0616 E93D 95AF 4712 43E2 6761 7704 26E1 7EBB B3DD" # saki
|
||||
],
|
||||
|
||||
"8.3": [
|
||||
# https://wiki.php.net/todo/php83#release_managers
|
||||
# https://www.php.net/gpg-keys.php#gpg-8.3
|
||||
|
@ -67,5 +67,6 @@
|
||||
],
|
||||
"version": "8.3.9"
|
||||
},
|
||||
"8.3-rc": null
|
||||
"8.3-rc": null,
|
||||
"8.4-rc": null
|
||||
}
|
||||
|
Reference in New Issue
Block a user