Skip to content

Commit

Permalink
Drop EOL operating systems from metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and bastelfreak committed Jul 18, 2024
1 parent 64e9a09 commit ef70461
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,20 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"20.04",
"22.04"
"22.04",
"24.04"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
Expand Down

0 comments on commit ef70461

Please sign in to comment.