Skip to content

Commit 7a452bd

Browse files
author
Roberto Valentini
committed
Add Ubuntu 24.04 to supported OS
1 parent 19e67df commit 7a452bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@
125125
"operatingsystem": "Ubuntu",
126126
"operatingsystemrelease": [
127127
"20.04",
128-
"22.04"
128+
"22.04",
129+
"24.04"
129130
]
130131
},
131132
{

spec/support/acceptance/supported_versions.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def supported_server_versions(platform)
2020
supported_versions.reject do |version|
2121
platform.start_with?('archlinux') ||
2222
(version >= '5.2' && platform.start_with?('el-7')) ||
23-
(version < '6.0' && platform.start_with?('el-9', 'ubuntu-22', 'debian-12')) ||
23+
(version < '6.0' && platform.start_with?('el-9', 'ubuntu-22', 'ubuntu-24', 'debian-12')) ||
2424
(version >= '7.0' && platform.start_with?('ubuntu-20', 'debian-11'))
2525
end
2626
end

0 commit comments

Comments
 (0)