Skip to content

Commit 31387b0

Browse files
Pin sample app to server 0.2.572
1 parent c040462 commit 31387b0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/resolve-current-artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
pinned_server_image="durableworkflow/server:0.2.571"
4+
pinned_server_image="durableworkflow/server:0.2.572"
55
pinned_cli_version="0.1.86"
66
pinned_python_sdk_version="0.4.93"
77
pinned_workflow_version="2.0.0-alpha.247"

tests/Unit/PolyglotComposeContractTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,8 @@ public function test_polyglot_artifact_resolver_keeps_default_current_tuple_at_c
628628
'DURABLE_WORKFLOW_WATERLINE_CATALOG_URL' => 'file://'.$this->repoPath('tests/Fixtures/lagging-waterline-catalog.json'),
629629
], false);
630630

631-
$this->assertSame('durableworkflow/server:0.2.571', $assignments['DURABLE_SERVER_IMAGE'] ?? null);
632-
$this->assertSame('0.2.571', $assignments['DURABLE_SERVER_VERSION'] ?? null);
631+
$this->assertSame('durableworkflow/server:0.2.572', $assignments['DURABLE_SERVER_IMAGE'] ?? null);
632+
$this->assertSame('0.2.572', $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);
635635
$this->assertSame('2.0.0-alpha.247', $assignments['DURABLE_WORKFLOW_PHP_SDK_VERSION'] ?? null);
@@ -642,8 +642,8 @@ public function test_polyglot_artifact_resolver_keeps_pinned_tuple_explicit(): v
642642
'DURABLE_WORKFLOW_ARTIFACT_SOURCE' => 'pinned',
643643
]);
644644

645-
$this->assertSame('durableworkflow/server:0.2.571', $assignments['DURABLE_SERVER_IMAGE'] ?? null);
646-
$this->assertSame('0.2.571', $assignments['DURABLE_SERVER_VERSION'] ?? null);
645+
$this->assertSame('durableworkflow/server:0.2.572', $assignments['DURABLE_SERVER_IMAGE'] ?? null);
646+
$this->assertSame('0.2.572', $assignments['DURABLE_SERVER_VERSION'] ?? null);
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);

0 commit comments

Comments
 (0)