Skip to content

Commit 4987f1d

Browse files
authored
Revert "add php package (#4)"
This reverts commit 70c808f.
1 parent 70c808f commit 4987f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/handler/packageversions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func updateEOLCache(ctx context.Context, con *redis.Client) error {
210210
//TODO: Handle all related packages.
211211
//Option 1: Get all data from endoflife and store in redis.
212212
//Option 2: Dynamicly resolve pacakge names, but should be checked fro eof api side.
213-
supportedPackages := []string{"redis", "memcached", "mongodb", "mysql", "rabbitmq", "envoy", "debian", "postgresql", "elasticsearch", "php"}
213+
supportedPackages := []string{"redis", "memcached", "mongodb", "mysql", "rabbitmq", "envoy", "debian", "postgresql", "elasticsearch"}
214214

215215
cacheDocument := map[string]interface{}{
216216
"package": map[string][]EndOfLifeEntry{},

0 commit comments

Comments
 (0)