Skip to content

Commit 9315df9

Browse files
committed
Update in preparation for first PHP 8.4 alpha release
1 parent 05941af commit 9315df9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Dockerfile-linux.template

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,14 @@ ENV GPG_KEYS {{
159159
# https://www.php.net/gpg-keys.php
160160
# https://www.php.net/downloads.php
161161

162+
"8.4": [
163+
# https://wiki.php.net/todo/php84#release_managers
164+
# https://www.php.net/gpg-keys.php#gpg-8.4
165+
"AFD8 691F DAED F03B DF6E 4605 63F1 5A9B 7153 76CA", # ericmann
166+
"9D7F 99A0 CB8F 05C8 A695 8D62 56A9 7AF7 600A 39A6", # calvinb
167+
"0616 E93D 95AF 4712 43E2 6761 7704 26E1 7EBB B3DD" # saki
168+
],
169+
162170
"8.3": [
163171
# https://wiki.php.net/todo/php83#release_managers
164172
# https://www.php.net/gpg-keys.php#gpg-8.3

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@
6767
],
6868
"version": "8.3.9"
6969
},
70-
"8.3-rc": null
70+
"8.3-rc": null,
71+
"8.4-rc": null
7172
}

0 commit comments

Comments
 (0)