Skip to content

Commit bd4a4fc

Browse files
committed
chore(build): add 8.2.0 ppa server version
1 parent 2dd54c7 commit bd4a4fc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

packages/build/src/config/server-with-ppa.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ export type SupportedServerVersion =
33
| '5.0.0'
44
| '6.0.0'
55
| '7.0.0'
6-
| '8.0.0';
6+
| '8.0.0'
7+
| '8.2.0';
78

89
export type PPARepositoryAndServerVersions = {
910
repo: PPARepository;
@@ -108,6 +109,16 @@ export const SERVER_WITH_PPAS: Record<
108109
'ubuntu2204',
109110
'ubuntu2404',
110111
],
112+
'8.2.0': [
113+
'amazon2023',
114+
'debian12',
115+
'rhel80',
116+
'rhel90',
117+
'suse15',
118+
'ubuntu2004',
119+
'ubuntu2204',
120+
'ubuntu2404',
121+
],
111122
};
112123

113124
const PPA_WITH_SERVER_VERSIONS = new Map<

0 commit comments

Comments
 (0)