update more releases

This commit is contained in:
Robrecht Cannoodt 2023-06-28 10:06:43 +02:00
parent 07f474dd40
commit 7136a6f06e

View file

@ -25,6 +25,6 @@ const macro = test.macro(async (t, version: string, expected: string) => {
}) })
test("hard version", macro, "v22.10.2", "v22.10.2") test("hard version", macro, "v22.10.2", "v22.10.2")
test("latest-stable", macro, "latest-stable", "v22.10.2") test("latest-stable", macro, "latest-stable", "v23.04.2")
test("latest-edge", macro, "latest-edge", "v22.09.7-edge") test("latest-edge", macro, "latest-edge", "v23.06.0-edge")
test("latest-everything", macro, "latest-everything", "v22.10.2") test("latest-everything", macro, "latest-everything", "v23.06.0-edge")