Skip to content

Commit 22fcefb

Browse files
Update polyglot lock contract
1 parent bbb3f26 commit 22fcefb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Unit/PolyglotComposeContractTest.php

Lines changed: 2 additions & 2 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.244',
417+
'2.0.0-alpha.245',
418418
$lockedPackages['durable-workflow/workflow']['version'] ?? null,
419419
);
420420
$this->assertSame(
421-
'71a08fa299da238fb4ada654250b93f9cff441e8',
421+
'226831ce31707d20549770fb3c9a448b04ca1c86',
422422
$lockedPackages['durable-workflow/workflow']['source']['reference'] ?? null,
423423
);
424424
$this->assertIsArray($lockedPackages['durable-workflow/waterline'] ?? null);

0 commit comments

Comments
 (0)