Skip to content

Commit c3445fc

Browse files
committed
Update in preparation for first PHP 8.3 alpha release
1 parent dd15e6b commit c3445fc

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
@@ -156,6 +156,14 @@ ENV GPG_KEYS {{
156156
# https://www.php.net/gpg-keys.php
157157
# https://www.php.net/downloads.php
158158

159+
"8.3": [
160+
# https://wiki.php.net/todo/php83#release_managers
161+
# https://www.php.net/gpg-keys.php#gpg-8.3
162+
"1198 C011 7593 497A 5EC5 C199 286A F1F9 8974 69DC", # pierrick
163+
"C28D937575603EB4ABB725861C0779DC5C0A9DE4", # bukka
164+
"AFD8 691F DAED F03B DF6E 4605 63F1 5A9B 7153 76CA" # ericmann
165+
],
166+
159167
"8.2": [
160168
# https://wiki.php.net/todo/php82#release_managers
161169
# https://www.php.net/gpg-keys.php#gpg-8.2

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,6 @@
112112
"alpine3.17/zts"
113113
],
114114
"version": "8.2.7RC1"
115-
}
115+
},
116+
"8.3-rc": null
116117
}

0 commit comments

Comments
 (0)