Skip to content

Commit f7240dc

Browse files
committed
chore: add resolute release support
1 parent a16edf2 commit f7240dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_tests/releases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def from_os_image(
100100
ORACULAR = Release("ubuntu", "oracular", "24.10")
101101
PLUCKY = Release("ubuntu", "plucky", "25.04")
102102
QUESTING = Release("ubuntu", "questing", "25.10")
103+
RESOLUTE = Release("ubuntu", "resolute", "26.04")
103104

104105
UBUNTU_STABLE = (FOCAL, JAMMY, MANTIC, NOBLE)
105106

0 commit comments

Comments
 (0)