mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
update more releases
This commit is contained in:
parent
07f474dd40
commit
7136a6f06e
1 changed files with 3 additions and 3 deletions
|
@ -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("latest-stable", macro, "latest-stable", "v22.10.2")
|
||||
test("latest-edge", macro, "latest-edge", "v22.09.7-edge")
|
||||
test("latest-everything", macro, "latest-everything", "v22.10.2")
|
||||
test("latest-stable", macro, "latest-stable", "v23.04.2")
|
||||
test("latest-edge", macro, "latest-edge", "v23.06.0-edge")
|
||||
test("latest-everything", macro, "latest-everything", "v23.06.0-edge")
|
||||
|
|
Loading…
Reference in a new issue