@@ -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.235 ' ,
414+ '2.0.0-alpha.236 ' ,
415415 $ lockedPackages ['durable-workflow/workflow ' ]['version ' ] ?? null ,
416416 );
417417 $ this ->assertSame (
418- '7025ae69d934557debbf7000c8dafa78502467fc ' ,
418+ '35b8ea0dc5e189b392240b5fef96f2ee0295ebde ' ,
419419 $ lockedPackages ['durable-workflow/workflow ' ]['source ' ]['reference ' ] ?? null ,
420420 );
421421 $ this ->assertIsArray ($ lockedPackages ['durable-workflow/waterline ' ] ?? null );
@@ -624,11 +624,11 @@ public function test_polyglot_artifact_resolver_keeps_default_current_tuple_at_c
624624 'DURABLE_WORKFLOW_WATERLINE_CATALOG_URL ' => 'file:// ' .$ this ->repoPath ('tests/Fixtures/lagging-waterline-catalog.json ' ),
625625 ], false );
626626
627- $ this ->assertSame ('durableworkflow/server:0.2.527 ' , $ assignments ['DURABLE_SERVER_IMAGE ' ] ?? null );
628- $ this ->assertSame ('0.2.527 ' , $ assignments ['DURABLE_SERVER_VERSION ' ] ?? null );
627+ $ this ->assertSame ('durableworkflow/server:0.2.528 ' , $ assignments ['DURABLE_SERVER_IMAGE ' ] ?? null );
628+ $ this ->assertSame ('0.2.528 ' , $ assignments ['DURABLE_SERVER_VERSION ' ] ?? null );
629629 $ this ->assertSame ('0.1.82 ' , $ assignments ['DURABLE_WORKFLOW_CLI_VERSION ' ] ?? null );
630630 $ this ->assertSame ('0.4.92 ' , $ assignments ['DURABLE_WORKFLOW_PYTHON_SDK_VERSION ' ] ?? null );
631- $ this ->assertSame ('2.0.0-alpha.235 ' , $ assignments ['DURABLE_WORKFLOW_PHP_SDK_VERSION ' ] ?? null );
631+ $ this ->assertSame ('2.0.0-alpha.236 ' , $ assignments ['DURABLE_WORKFLOW_PHP_SDK_VERSION ' ] ?? null );
632632 $ this ->assertSame ('2.0.0-alpha.111 ' , $ assignments ['DURABLE_WORKFLOW_WATERLINE_VERSION ' ] ?? null );
633633 }
634634
@@ -638,14 +638,14 @@ public function test_polyglot_artifact_resolver_keeps_pinned_tuple_explicit(): v
638638 'DURABLE_WORKFLOW_ARTIFACT_SOURCE ' => 'pinned ' ,
639639 ]);
640640
641- $ this ->assertSame ('durableworkflow/server:0.2.527 ' , $ assignments ['DURABLE_SERVER_IMAGE ' ] ?? null );
642- $ this ->assertSame ('0.2.527 ' , $ assignments ['DURABLE_SERVER_VERSION ' ] ?? null );
641+ $ this ->assertSame ('durableworkflow/server:0.2.528 ' , $ assignments ['DURABLE_SERVER_IMAGE ' ] ?? null );
642+ $ this ->assertSame ('0.2.528 ' , $ assignments ['DURABLE_SERVER_VERSION ' ] ?? null );
643643 $ this ->assertSame ('0.1.82 ' , $ assignments ['DURABLE_WORKFLOW_CLI_VERSION ' ] ?? null );
644644 $ this ->assertSame ('dw==0.1.82 ' , $ assignments ['DURABLE_WORKFLOW_CLI_PIN ' ] ?? null );
645645 $ this ->assertSame ('0.4.92 ' , $ assignments ['DURABLE_WORKFLOW_PYTHON_SDK_VERSION ' ] ?? null );
646- $ this ->assertSame ('2.0.0-alpha.235 ' , $ assignments ['DURABLE_WORKFLOW_PHP_SDK_VERSION ' ] ?? null );
646+ $ this ->assertSame ('2.0.0-alpha.236 ' , $ assignments ['DURABLE_WORKFLOW_PHP_SDK_VERSION ' ] ?? null );
647647 $ this ->assertSame (
648- 'durable-workflow/workflow:2.0.0-alpha.235 ' ,
648+ 'durable-workflow/workflow:2.0.0-alpha.236 ' ,
649649 $ assignments ['DURABLE_WORKFLOW_PHP_SDK_PIN ' ] ?? null ,
650650 );
651651 $ this ->assertSame ('2.0.0-alpha.111 ' , $ assignments ['DURABLE_WORKFLOW_WATERLINE_VERSION ' ] ?? null );
0 commit comments