Skip to content

Commit 30ed20a

Browse files
Refresh sample-app artifact pins
1 parent 4b1f0fc commit 30ed20a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.564"
55
pinned_cli_version="0.1.86"
66
pinned_python_sdk_version="0.4.93"
7-
pinned_workflow_version="2.0.0-alpha.245"
7+
pinned_workflow_version="2.0.0-alpha.246"
88
pinned_waterline_version="2.0.0-alpha.120"
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
@@ -414,11 +414,11 @@ public function test_polyglot_smoke_installs_published_cli_and_configures_waterl
414414
$this->assertStringNotContainsString('DURABLE_WORKFLOW_WATERLINE_VERSION:=2.0.0-', $smokeShell);
415415
$this->assertIsArray($lockedPackages['durable-workflow/workflow'] ?? null);
416416
$this->assertSame(
417-
'2.0.0-alpha.245',
417+
'2.0.0-alpha.246',
418418
$lockedPackages['durable-workflow/workflow']['version'] ?? null,
419419
);
420420
$this->assertSame(
421-
'226831ce31707d20549770fb3c9a448b04ca1c86',
421+
'31e3571db1bbcca4348020cc7f1712e5af11ca67',
422422
$lockedPackages['durable-workflow/workflow']['source']['reference'] ?? null,
423423
);
424424
$this->assertIsArray($lockedPackages['durable-workflow/waterline'] ?? null);
@@ -632,7 +632,7 @@ public function test_polyglot_artifact_resolver_keeps_default_current_tuple_at_c
632632
$this->assertSame('0.2.564', $assignments['DURABLE_SERVER_VERSION'] ?? null);
633633
$this->assertSame('0.1.86', $assignments['DURABLE_WORKFLOW_CLI_VERSION'] ?? null);
634634
$this->assertSame('0.4.93', $assignments['DURABLE_WORKFLOW_PYTHON_SDK_VERSION'] ?? null);
635-
$this->assertSame('2.0.0-alpha.245', $assignments['DURABLE_WORKFLOW_PHP_SDK_VERSION'] ?? null);
635+
$this->assertSame('2.0.0-alpha.246', $assignments['DURABLE_WORKFLOW_PHP_SDK_VERSION'] ?? null);
636636
$this->assertSame('2.0.0-alpha.120', $assignments['DURABLE_WORKFLOW_WATERLINE_VERSION'] ?? null);
637637
}
638638

@@ -647,9 +647,9 @@ public function test_polyglot_artifact_resolver_keeps_pinned_tuple_explicit(): v
647647
$this->assertSame('0.1.86', $assignments['DURABLE_WORKFLOW_CLI_VERSION'] ?? null);
648648
$this->assertSame('dw==0.1.86', $assignments['DURABLE_WORKFLOW_CLI_PIN'] ?? null);
649649
$this->assertSame('0.4.93', $assignments['DURABLE_WORKFLOW_PYTHON_SDK_VERSION'] ?? null);
650-
$this->assertSame('2.0.0-alpha.245', $assignments['DURABLE_WORKFLOW_PHP_SDK_VERSION'] ?? null);
650+
$this->assertSame('2.0.0-alpha.246', $assignments['DURABLE_WORKFLOW_PHP_SDK_VERSION'] ?? null);
651651
$this->assertSame(
652-
'durable-workflow/workflow:2.0.0-alpha.245',
652+
'durable-workflow/workflow:2.0.0-alpha.246',
653653
$assignments['DURABLE_WORKFLOW_PHP_SDK_PIN'] ?? null,
654654
);
655655
$this->assertSame('2.0.0-alpha.120', $assignments['DURABLE_WORKFLOW_WATERLINE_VERSION'] ?? null);

0 commit comments

Comments
 (0)