@@ -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.120 ' ,
426+ '2.0.0-alpha.121 ' ,
427427 $ lockedPackages ['durable-workflow/waterline ' ]['version ' ] ?? null ,
428428 );
429429 $ this ->assertSame (
430- '9e9af32b7a2774552044aed7adc44f9347f62142 ' ,
430+ 'c8a41f839206c4eed690aa2df498840c130237b2 ' ,
431431 $ lockedPackages ['durable-workflow/waterline ' ]['source ' ]['reference ' ] ?? null ,
432432 );
433433
@@ -628,12 +628,12 @@ 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.589 ' , $ assignments ['DURABLE_SERVER_IMAGE ' ] ?? null );
632- $ this ->assertSame ('0.2.589 ' , $ assignments ['DURABLE_SERVER_VERSION ' ] ?? null );
631+ $ this ->assertSame ('durableworkflow/server:0.2.592 ' , $ assignments ['DURABLE_SERVER_IMAGE ' ] ?? null );
632+ $ this ->assertSame ('0.2.592 ' , $ assignments ['DURABLE_SERVER_VERSION ' ] ?? null );
633633 $ this ->assertSame ('0.1.86 ' , $ assignments ['DURABLE_WORKFLOW_CLI_VERSION ' ] ?? null );
634634 $ this ->assertSame ('0.4.95 ' , $ assignments ['DURABLE_WORKFLOW_PYTHON_SDK_VERSION ' ] ?? null );
635635 $ this ->assertSame ('2.0.0-alpha.250 ' , $ assignments ['DURABLE_WORKFLOW_PHP_SDK_VERSION ' ] ?? null );
636- $ this ->assertSame ('2.0.0-alpha.120 ' , $ assignments ['DURABLE_WORKFLOW_WATERLINE_VERSION ' ] ?? null );
636+ $ this ->assertSame ('2.0.0-alpha.121 ' , $ assignments ['DURABLE_WORKFLOW_WATERLINE_VERSION ' ] ?? null );
637637 }
638638
639639 public function test_polyglot_artifact_resolver_keeps_pinned_tuple_explicit (): void
@@ -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.589 ' , $ assignments ['DURABLE_SERVER_IMAGE ' ] ?? null );
646- $ this ->assertSame ('0.2.589 ' , $ assignments ['DURABLE_SERVER_VERSION ' ] ?? null );
645+ $ this ->assertSame ('durableworkflow/server:0.2.592 ' , $ assignments ['DURABLE_SERVER_IMAGE ' ] ?? null );
646+ $ this ->assertSame ('0.2.592 ' , $ 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.95 ' , $ assignments ['DURABLE_WORKFLOW_PYTHON_SDK_VERSION ' ] ?? null );
@@ -652,9 +652,9 @@ public function test_polyglot_artifact_resolver_keeps_pinned_tuple_explicit(): v
652652 'durable-workflow/workflow:2.0.0-alpha.250 ' ,
653653 $ assignments ['DURABLE_WORKFLOW_PHP_SDK_PIN ' ] ?? null ,
654654 );
655- $ this ->assertSame ('2.0.0-alpha.120 ' , $ assignments ['DURABLE_WORKFLOW_WATERLINE_VERSION ' ] ?? null );
655+ $ this ->assertSame ('2.0.0-alpha.121 ' , $ assignments ['DURABLE_WORKFLOW_WATERLINE_VERSION ' ] ?? null );
656656 $ this ->assertSame (
657- 'durable-workflow/waterline:2.0.0-alpha.120 ' ,
657+ 'durable-workflow/waterline:2.0.0-alpha.121 ' ,
658658 $ assignments ['DURABLE_WORKFLOW_WATERLINE_PIN ' ] ?? null ,
659659 );
660660 }
0 commit comments