Skip to content

Commit

Permalink
tests: Bump runtime to 24.08
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Sep 23, 2024
1 parent f097b56 commit d0c8a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def requests() -> Iterator[RequestsController]:


_DEFAULT_MODULE = 'module'
_DEFAULT_NODE = 16
_DEFAULT_NODE = 20


@dataclass
Expand Down Expand Up @@ -115,7 +115,7 @@ def build(
manifest = {
'id': 'com.test.Test',
'runtime': 'org.freedesktop.Platform',
'runtime-version': '22.08',
'runtime-version': '24.08',
'sdk': 'org.freedesktop.Sdk',
'sdk-extensions': sdk_extensions,
'modules': [
Expand Down

0 comments on commit d0c8a7c

Please sign in to comment.