Skip to content

Commit 3477382

Browse files
TD-SAMPLE002: Refresh sample-app workflow lock to 2.0.0-alpha.244 (#321)
1 parent 4af0849 commit 3477382

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
@@ -4,7 +4,7 @@ set -euo pipefail
44
pinned_server_image="durableworkflow/server:0.2.545"
55
pinned_cli_version="0.1.85"
66
pinned_python_sdk_version="0.4.93"
7-
pinned_workflow_version="2.0.0-alpha.243"
7+
pinned_workflow_version="2.0.0-alpha.244"
88
pinned_waterline_version="2.0.0-alpha.114"
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}"

tests/Unit/PolyglotComposeContractTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -411,11 +411,11 @@ public function test_polyglot_smoke_installs_published_cli_and_configures_waterl
411411
$this->assertStringNotContainsString('DURABLE_WORKFLOW_WATERLINE_VERSION:=2.0.0-', $smokeShell);
412412
$this->assertIsArray($lockedPackages['durable-workflow/workflow'] ?? null);
413413
$this->assertSame(
414-
'2.0.0-alpha.243',
414+
'2.0.0-alpha.244',
415415
$lockedPackages['durable-workflow/workflow']['version'] ?? null,
416416
);
417417
$this->assertSame(
418-
'fe30f5f1b342645f78d40e0ca70cb95283ed1b38',
418+
'71a08fa299da238fb4ada654250b93f9cff441e8',
419419
$lockedPackages['durable-workflow/workflow']['source']['reference'] ?? null,
420420
);
421421
$this->assertIsArray($lockedPackages['durable-workflow/waterline'] ?? null);
@@ -628,7 +628,7 @@ public function test_polyglot_artifact_resolver_keeps_default_current_tuple_at_c
628628
$this->assertSame('0.2.545', $assignments['DURABLE_SERVER_VERSION'] ?? null);
629629
$this->assertSame('0.1.85', $assignments['DURABLE_WORKFLOW_CLI_VERSION'] ?? null);
630630
$this->assertSame('0.4.93', $assignments['DURABLE_WORKFLOW_PYTHON_SDK_VERSION'] ?? null);
631-
$this->assertSame('2.0.0-alpha.243', $assignments['DURABLE_WORKFLOW_PHP_SDK_VERSION'] ?? null);
631+
$this->assertSame('2.0.0-alpha.244', $assignments['DURABLE_WORKFLOW_PHP_SDK_VERSION'] ?? null);
632632
$this->assertSame('2.0.0-alpha.114', $assignments['DURABLE_WORKFLOW_WATERLINE_VERSION'] ?? null);
633633
}
634634

@@ -643,9 +643,9 @@ public function test_polyglot_artifact_resolver_keeps_pinned_tuple_explicit(): v
643643
$this->assertSame('0.1.85', $assignments['DURABLE_WORKFLOW_CLI_VERSION'] ?? null);
644644
$this->assertSame('dw==0.1.85', $assignments['DURABLE_WORKFLOW_CLI_PIN'] ?? null);
645645
$this->assertSame('0.4.93', $assignments['DURABLE_WORKFLOW_PYTHON_SDK_VERSION'] ?? null);
646-
$this->assertSame('2.0.0-alpha.243', $assignments['DURABLE_WORKFLOW_PHP_SDK_VERSION'] ?? null);
646+
$this->assertSame('2.0.0-alpha.244', $assignments['DURABLE_WORKFLOW_PHP_SDK_VERSION'] ?? null);
647647
$this->assertSame(
648-
'durable-workflow/workflow:2.0.0-alpha.243',
648+
'durable-workflow/workflow:2.0.0-alpha.244',
649649
$assignments['DURABLE_WORKFLOW_PHP_SDK_PIN'] ?? null,
650650
);
651651
$this->assertSame('2.0.0-alpha.114', $assignments['DURABLE_WORKFLOW_WATERLINE_VERSION'] ?? null);

0 commit comments

Comments
 (0)