diff --git a/ci/github-actions/benchmark/matrix.ts b/ci/github-actions/benchmark/matrix.ts index 0e147067..49e167a9 100644 --- a/ci/github-actions/benchmark/matrix.ts +++ b/ci/github-actions/benchmark/matrix.ts @@ -39,6 +39,8 @@ export function parseSelfBenchmarkCategory(category: SelfBenchmarkCategory) { } export const RELEASED_PDU_VERSIONS = [ + '0.10.0', + '0.11.1', '0.12.0', ] as const