1 parent 2d313f5 commit df777caCopy full SHA for df777ca
1 file changed
.github/scripts/gen-matrix-eol-check.py
@@ -16,6 +16,7 @@
16
entries.append({
17
'distro': item['distro'],
18
'release': item['version'],
19
+ 'full_name': f'{ item['distro'] } { item['version'] }'
20
})
21
22
entries.sort(key=lambda k: (k['distro'], k['release']))
0 commit comments