Skip to content

Commit

Permalink
fix: chisel tests on 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Oct 2, 2024
1 parent c6f87bf commit 39c726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/lifecycle/test_chisel_lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
IS_CI: bool = os.getenv("CI") == "true"

# These are the Ubuntu versions that Chisel currently supports.
SUPPORTED_UBUNTU_VERSIONS = {"20.04", "22.04", "22.10"}
SUPPORTED_UBUNTU_VERSIONS = {"20.04", "22.04", "22.10", "24.04"}


def _current_release_supported() -> bool:
Expand Down

0 comments on commit 39c726e

Please sign in to comment.