Skip to content

Commit 105bb3e

Browse files
committed
Update in preparation for first PHP 8.5 alpha release
1 parent c071029 commit 105bb3e

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
@@ -176,6 +176,14 @@ ENV GPG_KEYS {{
176176
# https://www.php.net/gpg-keys.php
177177
# https://www.php.net/downloads.php
178178

179+
"8.5": [
180+
# https://wiki.php.net/todo/php85#release_managers
181+
# https://www.php.net/gpg-keys.php#gpg-8.5
182+
"1198 C011 7593 497A 5EC5 C199 286A F1F9 8974 69DC", # pierrick
183+
"49D9 AF6B C72A 80D6 6917 19C8 AA23 F5BE 9C70 97D4", # edorian
184+
"D95C 03BC 702B E951 5344 AE33 74E4 4BC9 0677 01A5" # daniels
185+
],
186+
179187
"8.4": [
180188
# https://wiki.php.net/todo/php84#release_managers
181189
# https://www.php.net/gpg-keys.php#gpg-8.4

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,6 @@
9090
"alpine3.21/zts"
9191
]
9292
},
93-
"8.4-rc": null
93+
"8.4-rc": null,
94+
"8.5-rc": null
9495
}

0 commit comments

Comments
 (0)