Skip to content

Commit a917817

Browse files
Refresh sample app Waterline alpha
1 parent 22fcefb commit a917817

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/resolve-current-artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pinned_server_image="durableworkflow/server:0.2.546"
55
pinned_cli_version="0.1.85"
66
pinned_python_sdk_version="0.4.93"
77
pinned_workflow_version="2.0.0-alpha.244"
8-
pinned_waterline_version="2.0.0-alpha.116"
8+
pinned_waterline_version="2.0.0-alpha.119"
99
current_artifact_tuple_url="${DURABLE_WORKFLOW_CURRENT_ARTIFACT_TUPLE_URL:-https://durable-workflow.com/docs-page-release-audit.json}"
1010
waterline_catalog_url="${DURABLE_WORKFLOW_WATERLINE_CATALOG_URL:-https://repo.packagist.org/p2/durable-workflow/waterline.json}"
1111

tests/Unit/PolyglotComposeContractTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,11 @@ public function test_polyglot_smoke_installs_published_cli_and_configures_waterl
423423
);
424424
$this->assertIsArray($lockedPackages['durable-workflow/waterline'] ?? null);
425425
$this->assertSame(
426-
'2.0.0-alpha.116',
426+
'2.0.0-alpha.119',
427427
$lockedPackages['durable-workflow/waterline']['version'] ?? null,
428428
);
429429
$this->assertSame(
430-
'c8901f84afd45bfbc3e9752234dafb60b2a46325',
430+
'540b256e83db7ff156a0ef9b5c7a828d5448418f',
431431
$lockedPackages['durable-workflow/waterline']['source']['reference'] ?? null,
432432
);
433433

@@ -633,7 +633,7 @@ public function test_polyglot_artifact_resolver_keeps_default_current_tuple_at_c
633633
$this->assertSame('0.1.85', $assignments['DURABLE_WORKFLOW_CLI_VERSION'] ?? null);
634634
$this->assertSame('0.4.93', $assignments['DURABLE_WORKFLOW_PYTHON_SDK_VERSION'] ?? null);
635635
$this->assertSame('2.0.0-alpha.244', $assignments['DURABLE_WORKFLOW_PHP_SDK_VERSION'] ?? null);
636-
$this->assertSame('2.0.0-alpha.116', $assignments['DURABLE_WORKFLOW_WATERLINE_VERSION'] ?? null);
636+
$this->assertSame('2.0.0-alpha.119', $assignments['DURABLE_WORKFLOW_WATERLINE_VERSION'] ?? null);
637637
}
638638

639639
public function test_polyglot_artifact_resolver_keeps_pinned_tuple_explicit(): void
@@ -652,9 +652,9 @@ public function test_polyglot_artifact_resolver_keeps_pinned_tuple_explicit(): v
652652
'durable-workflow/workflow:2.0.0-alpha.244',
653653
$assignments['DURABLE_WORKFLOW_PHP_SDK_PIN'] ?? null,
654654
);
655-
$this->assertSame('2.0.0-alpha.116', $assignments['DURABLE_WORKFLOW_WATERLINE_VERSION'] ?? null);
655+
$this->assertSame('2.0.0-alpha.119', $assignments['DURABLE_WORKFLOW_WATERLINE_VERSION'] ?? null);
656656
$this->assertSame(
657-
'durable-workflow/waterline:2.0.0-alpha.116',
657+
'durable-workflow/waterline:2.0.0-alpha.119',
658658
$assignments['DURABLE_WORKFLOW_WATERLINE_PIN'] ?? null,
659659
);
660660
}

0 commit comments

Comments
 (0)