Skip to content

Commit

Permalink
Remove PHP 8.0 reference from Dockerfile template
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij committed Nov 25, 2023
1 parent fcdbbc7 commit 7fe98d3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Dockerfile-linux.template
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,6 @@ ENV GPG_KEYS {{
"39B6 4134 3D8C 104B 2B14 6DC3 F9C3 9DC0 B969 8544", # ramsey
"F1F6 9223 8FBC 1666 E5A5 CCD4 199F 9DFE F6FF BAFD" # patrickallaert
],

"8.0": [
# https://wiki.php.net/todo/php80#release_managers
# https://www.php.net/gpg-keys.php#gpg-8.0
"1729 F839 38DA 44E2 7BA0 F4D3 DBDB 3974 70D1 2172", # pollita
"BFDD D286 4282 4F81 18EF 7790 9B67 A5C1 2229 118F", # carusogabriel
"2C16 C765 DBE5 4A08 8130 F1BC 4B9B 5F60 0B55 F3B4", # carusogabriel
"39B6 4134 3D8C 104B 2B14 6DC3 F9C3 9DC0 B969 8544" # ramsey
],
}[env.version | rtrimstr("-rc")] // error("missing GPG keys for " + env.version)
| map(gsub(" "; ""))
| join(" ")
Expand Down

0 comments on commit 7fe98d3

Please sign in to comment.