Skip to content

Commit 30dc430

Browse files
committed
chore(tools/update-endoflifedate): add valkey
1 parent 3e29569 commit 30dc430

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/update-endoflifedate

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DESCRIPTION = """Simply creates the file "endoflifedate.py" for a given list of
2626

2727
DEFAULT_FILE = 'lib/endoflifedate.py'
2828

29-
VERSION = '2025022301' # adapt this if one of PRODUCTS was added/deleted
29+
VERSION = '2025053001' # adapt this if one of PRODUCTS was added/deleted
3030
PRODUCTS = [
3131
'https://endoflife.date/api/apache.json',
3232
'https://endoflife.date/api/composer.json',
@@ -53,6 +53,7 @@ PRODUCTS = [
5353
'https://endoflife.date/api/rhel.json',
5454
'https://endoflife.date/api/rocketchat.json',
5555
'https://endoflife.date/api/solr.json',
56+
'https://endoflife.date/api/valkey.json',
5657
'https://endoflife.date/api/wordpress.json',
5758
]
5859

0 commit comments

Comments
 (0)