Skip to content

Commit 7e8a18a

Browse files
committed
Update in preparation for first PHP 8.5 alpha release
1 parent c94f515 commit 7e8a18a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Dockerfile-linux.template

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

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

versions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,7 @@
132132
"alpine3.21/fpm",
133133
"alpine3.21/zts"
134134
]
135-
}
135+
},
136+
"8.5-rc": null,
137+
"8.5": null
136138
}

0 commit comments

Comments
 (0)