Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/handler/packageversions.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func updateEOLCache(ctx context.Context, con *redis.Client) error {
//TODO: Handle all related packages.
//Option 1: Get all data from endoflife and store in redis.
//Option 2: Dynamicly resolve pacakge names, but should be checked fro eof api side.
supportedPackages := []string{"redis", "memcached", "mongodb", "mysql", "rabbitmq", "envoy", "debian", "postgresql", "elasticsearch"}
supportedPackages := []string{"redis", "memcached", "mongodb", "mysql", "rabbitmq", "envoy", "debian", "postgresql", "elasticsearch", "php"}

cacheDocument := map[string]interface{}{
"package": map[string][]EndOfLifeEntry{},
Expand Down